Unordered List
Displays a bulleted list of related items. Use to present collections of items or options where the sequence isn’t critical.
Anchor to listitemListItem
Represents a single item within an unordered or ordered list. Use only as a child of s-unordered-list
or s-ordered-list
components.
Was this section helpful?
Code
<s-unordered-list>
<s-list-item>Red shirt</s-list-item>
<s-list-item>Green shirt</s-list-item>
<s-list-item>Blue shirt</s-list-item>
</s-unordered-list>