SingleItem API
API reference for the SingleItem component.
SingleItem
Props
| Name | Type | Default | Description |
|---|---|---|---|
id | string | — | Unique identifier (auto-generated if not provided) |
label | string | — | Optional display label (passed through to slot, not used in registration) |
value | V | — | Value associated with this item |
disabled | MaybeRef<boolean> | — | Disables this specific item |
namespace | string | "v0:single" | Namespace for dependency injection |
Slots
| Name | Slot Props | Description |
|---|---|---|
default | SingleItemSlotProps<V> | — |
