UNPKG

@roo-ui/components

Version:

24 lines (15 loc) 332 B
# Paragraph <!-- STORY --> ## Installation ```shell $ yarn add @roo-ui/components ``` ## Example ```js import { Paragraph } from '@roo-ui/components'; export default ( <Paragraph>Generic Paragraph</Paragraph> ); ``` ## Customization This component can be customized with props supported by [`<Text />`](../Text/README.md)