@roo-ui/components
Version:
22 lines (16 loc) • 285 B
Markdown
# ListItem
<!-- 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>
);
```