UNPKG

@patternfly/react-core

Version:

This library provides a set of common React components for use with the PatternFly reference implementation.

19 lines (12 loc) 369 B
--- id: Label section: components --- import InfoCircleIcon from '@patternfly/react-icons/dist/esm/icons/info-circle-icon'; ## Demos ### Editable labels with add dropdown ```ts file="../components/Label/examples/LabelGroupEditableAddDropdown.tsx" ``` ### Editable labels with add modal ```ts file="../components/Label/examples/LabelGroupEditableAddModal.tsx" ```