ExpansionPanelItem API
API reference for the ExpansionPanelItem component.
ExpansionPanelItem
Props
| Name | Type | Default | Description |
|---|---|---|---|
id | string | — | Unique identifier for the panel item (auto-generated if not provided) |
value | V | — | Value associated with this panel item for v-model binding |
disabled | MaybeRef<boolean> | — | Disables this specific panel item |
namespace | string | "v0:expansion-panel" | Namespace to retrieve the parent ExpansionPanelRoot context (default: 'v0:expansion-panel') |
Slots
| Name | Slot Props | Description |
|---|---|---|
default | ExpansionPanelItemSlotProps | — |
