Content
UnorderedList
Unordered (bullet) list. Wraps the Polaris <s-unordered-list> web component.
Usage
<template>
<ShUnorderedList>
<ShListItem>Item one</ShListItem>
<ShListItem>Item two</ShListItem>
<ShListItem>Item three</ShListItem>
</ShUnorderedList>
</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-unordered-list>.