List
Examples
List Props
The List component accepts the following props.
Name | Type | Required | Default | Description |
---|---|---|---|---|
children | node | null | Anything that can be rendered inside of the list | |
className | string | '' | Additional classes added to the list. | |
variant | enum | null | Adds list variant styles |
ListItem Props
The ListItem component accepts the following props.
Name | Type | Required | Default | Description |
---|---|---|---|---|
children | node | null | Anything that can be rendered inside of list item |