# Usage

`<List />` …

`import { List } from "aptible-design-kit"`

```jsx
<List>
  <List.Item>This is the List component</List.Item>
</List>
```

## List Props

| Prop | Type | Required | Default Value | Description |
|:--- |:--- |:--- |:--- |:--- |
| children | ReactNode | Yes | null | List.Item component |
| as | ["ul", "ol"] ] | No | "ul" | Render the element as | 
