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
colorSchemeDescription
Type
stringsize
sizeDescription
Sizes for List are not implemented in the default theme. You can extend the theme to implement them.
Type
stringspacing
spacingDescription
The space between each list item
Type
SystemProps["margin"]stylePosition
stylePositionDescription
Shorthand prop for listStylePosition
Type
SystemProps["listStylePosition"]styleType
styleTypeDescription
Shorthand prop for listStyleType
Type
SystemProps["listStyleType"]variant
variantDescription
Variants for List are not implemented in the default theme. You can extend the theme to implement them.
Type
stringList Item Props#
ListItem composes Box so you can pass all style
and pseudo style props.
TODO