List
component is used to display list items. It renders a <ul>
element by
default.
Add icons to the list items by using the ListIcon
component. You can pass the
name of the icon or use custom icons. The size of the icon is relative to the
font size of the list item.
Name | Type | Description | Default |
---|---|---|---|
colorScheme | string | - | |
size | string | - | |
spacing | SystemProps["margin"] | The space between each list item | - |
stylePosition | SystemProps["listStylePosition"] | Short hand prop for `listStylePosition` | - |
styleType | SystemProps["listStyleType"] | Short hand prop for `listStyleType` | - |
variant | string | - |
ListItem
composes Box so you can pass all style and pseudo
style props.