Content
ListItem
List item. Wraps the Polaris <s-list-item> web component.
Usage
<template>
<ShUnorderedList>
<ShListItem>First item</ShListItem>
<ShListItem>Second item</ShListItem>
</ShUnorderedList>
</template>
Props
This component has no explicit props. All attributes are forwarded to the underlying element.
Slots
| Slot | Description |
|---|---|
default | List item content |
Polaris Element
Renders as <s-list-item>.