Color Schemes for List
are not implemented in the default theme. You can extend the theme to implement them.
List
List is used to display list items. It renders a <ul> element by default.
TODO
Props#
List Props#
colorScheme
colorScheme
Description
Type
string
size
size
Description
Sizes for List
are not implemented in the default theme. You can extend the theme to implement them.
Type
string
spacing
spacing
Description
The space between each list item
Type
SystemProps["margin"]
stylePosition
stylePosition
Description
Shorthand prop for listStylePosition
Type
SystemProps["listStylePosition"]
styleType
styleType
Description
Shorthand prop for listStyleType
Type
SystemProps["listStyleType"]
variant
variant
Description
Variants for List
are not implemented in the default theme. You can extend the theme to implement them.
Type
string
List Item Props#
ListItem
composes Box so you can pass all style
and pseudo style props.
TODO