The space between each list item
List
List is used to display list items. It renders a <ul> element by default.
Props#
List Props#
spacing
spacingDescription
Type
ResponsiveValue<string | number | (string & {})>stylePosition
stylePositionDescription
Shorthand prop for listStylePosition
Type
ResponsiveValue<ListStylePosition>styleType
styleTypeDescription
Shorthand prop for listStyleType
Type
ResponsiveValue<ListStyleType>List Item Props#
ListItem composes Box so you can pass all style
and pseudo style props.
Props#
List Props#
spacing
spacingDescription
The space between each list item
Type
ResponsiveValue<string | number | (string & {})>stylePosition
stylePositionDescription
Shorthand prop for listStylePosition
Type
ResponsiveValue<ListStylePosition>styleType
styleTypeDescription
Shorthand prop for listStyleType
Type
ResponsiveValue<ListStyleType>List Item Props#
ListItem composes Box so you can pass all style
and pseudo style props.
TODO