---
name: List
menu: Molecules
---
import { Playground, Props } from 'docz';
import { List, ListItem, ListItemBody } from '../../';

# List
<Playground>
  <List>
    <ListItem>
      ListItem
    </ListItem>
  </List>
</Playground>
