Navigation
OptionGroup
Group of menu options. Wraps the Polaris <s-option-group> web component.
Usage
<template>
<ShMenu accessibility-label="Actions">
<ShOptionGroup label="Status">
<ShOption value="active">Active</ShOption>
<ShOption value="draft">Draft</ShOption>
</ShOptionGroup>
</ShMenu>
</template>
Props
| Prop | Type | Default | Description |
|---|---|---|---|
label | string | — | Group label |
disabled | boolean | — | Disables all options |
Slots
| Slot | Description |
|---|---|
default | <ShOption> child components |
Polaris Element
Renders as <s-option-group>. See Polaris OptionGroup docs.