UNPKG

@patternfly/react-core

Version:

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

32 lines (21 loc) 617 B
--- id: Action list section: components cssPrefix: pf-c-action-list propComponents: ['ActionList', 'ActionListGroup', 'ActionListItem'] --- import TimesIcon from '@patternfly/react-icons/dist/js/icons/times-icon'; import CheckIcon from '@patternfly/react-icons/dist/js/icons/check-icon'; ## Examples ### Action list single group ```ts file="ActionListSingleGroup.tsx" ``` ### Action list with icons ```ts file="./ActionListWithIcons.tsx" ``` ### Action list multiple groups ```ts file="./ActionListMultipleGroups.tsx" ``` ### Action list with cancel button ```ts file="./ActionListWithCancelButton.tsx" ```