Learn about the List component for use in UI extensions.
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.
Prop | Type | Description |
---|---|---|
variant | 'unordered' (default) | 'unordered-styled' | 'ordered' | 'ordered-styled' | 'inline' | 'inline-divided' | The type of list to render. See variants section below for examples. |
variant
prop, as shown below.
To create a bulleted unordered list: