@breakaway/react-core
Version:
This library provides a set of common React components for use with the PatternFly reference implementation.
19 lines (12 loc) • 385 B
Markdown
id: Label group
section: components
import InfoCircleIcon from '@patternfly/react-icons/dist/esm/icons/info-circle-icon';
## Demos
### Editable labels with add dropdown
```ts file="../components/LabelGroup/examples/LabelGroupEditableAddDropdown.tsx"
```
### Editable labels with add modal
```ts file="../components/LabelGroup/examples/LabelGroupEditableAddModal.tsx"
```