# 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>
);
```