UNPKG

@patternfly/react-core

Version:

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

25 lines (16 loc) 345 B
--- id: Simple list section: components cssPrefix: pf-v5-c-simple-list propComponents: ['SimpleList', 'SimpleListGroup', 'SimpleListItem'] --- ## Examples ### Simple list ```ts file="SimpleListBasic.tsx" ``` ### Grouped list ```ts file="SimpleListGrouped.tsx" ``` ### Uncontrolled simple list ```ts file="SimpleListUncontrolled.tsx" ```