Skip to main content
The List component renders a list of items. Each item in List will be wrapped in <li> tags. A list can be styled as inline, ordered, or unordered with the variant prop.
ui-components-list-example

Props

Variants

By default, lists will be configured as vertically stacked list items without bullets. To customize the styling, use the variant prop, as shown below. To create a bulleted unordered list:
ui-components-list-variants_2
To create a numbered list without styling:
ui-components-list-variants_3
To create a numbered list with styling:
ui-components-list-variants_4
To stack list items horizontally:
ui-components-list-variants_5
To stack list items horizontally with a divider between each item:
ui-components-list-variants_6
Last modified on March 29, 2026