import { Meta } from '@storybook/addon-docs';

<Meta title="Components/ListItem/ListItem" />

# ListItem

ListItems are items that display within the [ListView](./?path=/docs/components-listview--default) component. 
This component accepts most of its styling properties from [Styled System](https://styled-system.com/table/). 

### Required Components

This component can be used independently and does not require additional components.

### Accessibility

#### Keyboard Navigation

| Key | Functions |
| ---- | ---- |
| Space or Enter | Selects the item. |
| Tab | Focuses item and follows the page tab sequence. |