Content
OrderedList
Ordered (numbered) list. Wraps the Polaris <s-ordered-list> web component.
Usage
<template>
<ShOrderedList>
<ShListItem>Step one</ShListItem>
<ShListItem>Step two</ShListItem>
<ShListItem>Step three</ShListItem>
</ShOrderedList>
</template>
Props
This component has no explicit props. All attributes are forwarded to the underlying element.
Slots
| Slot | Description |
|---|---|
default | <ShListItem> child elements |
Polaris Element
Renders as <s-ordered-list>.