UNPKG

@patternfly/react-core

Version:

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

37 lines (22 loc) 708 B
--- id: Action list section: components cssPrefix: pf-v5-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'; import EllipsisVIcon from '@patternfly/react-icons/dist/esm/icons/ellipsis-v-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" ```