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.
Props#
List Props#
colorScheme
colorScheme
string
size
size
Sizes for List
are not implemented in the default theme. You can extend the theme to implement them.
string
spacing
spacing
The space between each list item
SystemProps["margin"]
stylePosition
stylePosition
Shorthand prop for listStylePosition
SystemProps["listStylePosition"]
styleType
styleType
Shorthand prop for listStyleType
SystemProps["listStyleType"]
variant
variant
Variants for List
are not implemented in the default theme. You can extend the theme to implement them.
string
List Item Props#
ListItem
composes Box so you can pass all style
and pseudo style props.
Props#
List Props#
colorScheme
colorScheme
Color Schemes for List
are not implemented in the default theme. You can extend the theme to implement them.
string
size
size
Sizes for List
are not implemented in the default theme. You can extend the theme to implement them.
string
spacing
spacing
The space between each list item
SystemProps["margin"]
stylePosition
stylePosition
Shorthand prop for listStylePosition
SystemProps["listStylePosition"]
styleType
styleType
Shorthand prop for listStyleType
SystemProps["listStyleType"]
variant
variant
Variants for List
are not implemented in the default theme. You can extend the theme to implement them.
string
List Item Props#
ListItem
composes Box so you can pass all style
and pseudo style props.
TODO