UNPKG

@breakaway/react-core

Version:

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

41 lines (26 loc) 564 B
--- id: Text section: components cssPrefix: pf-c-content propComponents: ['TextContent', 'Text', 'TextList', 'TextListItem'] --- ## Examples ### Headings ```ts file="./TextHeadings.tsx" ``` ### Body ```ts file="./TextBody.tsx" ``` Text components such as Text, TextList, TextListItem need to be placed within a TextContent ### Unordered list ```ts file="./TextUnorderedList.tsx" ``` ### Ordered list ```ts file="./TextOrderedList.tsx" ``` ### Description list ```ts file="./TextDescriptionList.tsx" ``` ### Visited ```ts file="./TextVisited.tsx" ```