Ordered List
Displays a numbered list of related items in a specific sequence. Use to present step-by-step instructions, ranked items, or procedures where order matters.
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-ordered-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-ordered-list>