aria-label | string | | Adds an accessible label to the list. |
children | React.ReactNode | null | Anything that can be rendered inside of the list |
className | string | '' | Additional classes added to the list |
component | 'ol' | 'ul' | ListComponent.ul | Sets the type of the list component. |
iconSize | 'default' | 'large' | 'default' | Modifies the size of the icons in the list |
isBordered | boolean | false | Modifies the list to add borders between items |
isPlain | boolean | false | Modifies the list to include plain styling |
ref | No type info | null | |
type | OrderType | OrderType.number | Sets the way items are numbered if component is set to "ol". |
variant | ListVariant.inline | null | Adds list variant styles |