UNPKG

@roo-ui/components

Version:

31 lines (22 loc) 753 B
# List <!-- STORY --> ## Installation ```shell $ yarn add @roo-ui/components ``` ## Example ```js import { List, ListItem } from '@roo-ui/components'; export default ( <List> <ListItem>Styled Components</ListItem> <ListItem>Styled System</ListItem> </List> ); ``` ## Properties | Name | Description | Type | Default | Required? | |:----------|:----------------------------|:-----------------------|:--------|:----------| | `ordered` | set list type to `<ol>` | `bool` | false | - | | `columns` | number of columns | `number` or `number[]` | null | - | | `flush` | render list flush with text | `bool` | false | - |