UNPKG

@breakaway/react-core

Version:

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

25 lines (16 loc) 342 B
--- id: Simple list section: components cssPrefix: pf-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" ```