@patternfly/react-core
Version:
This library provides a set of common React components for use with the PatternFly reference implementation.
27 lines (18 loc) • 303 B
Markdown
id: Badge
section: components
cssPrefix: pf-v6-c-badge
propComponents: ['Badge']
import { Fragment } from 'react';
import './Badge.css';
## Examples
### Read
```ts file="./BadgeRead.tsx"
```
### Unread
```ts file="./BadgeUnread.tsx"
```
### Disabled
```ts file="./BadgeDisabled.tsx"
```