@patternfly/react-core
Version:
This library provides a set of common React components for use with the PatternFly reference implementation.
25 lines (17 loc) • 344 B
Markdown
id: Chip group
section: components
cssPrefix: pf-c-chip-group
propComponents: ['Chip', 'ChipGroup']
ouia: true
## Examples
### Simple inline
```ts file='./ChipGroupInline.tsx'
```
### With categories
```ts file='./ChipGroupWithCategories.tsx'
```
### With removable categories
```ts file='./ChipGroupRemovableCategories.tsx'
```