Interface: ListProps
Defined in: components/List/List.tsx:56
Props for the List component.
Extends
Omit<React.HTMLAttributes<HTMLUListElement>,"style"|"className">
Properties
children?
optionalchildren?:ReactNode
Defined in: components/List/List.tsx:71
The items — ListItem elements.
Overrides
Omit.children
gap?
optionalgap?:GapScaleStep
Defined in: components/List/List.tsx:69
Space between items, from the stacking gap scale.
Default
'sm'
variant?
optionalvariant?:ListVariant
Defined in: components/List/List.tsx:64
Ordering and marker.
Default
'plain'