---
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'
```
