dropdown-item
Represents an individual item within a dropdown menu. Must be used as a child of a dropdown.
Usage
dropdown-item(value="1") Option 1Attributes
| Name | Type | Default | Description |
|---|---|---|---|
value | string | - | Value identifier. |
type | normal | checkbox | normal | Item type. |
checked | boolean | false | If checked (for checkbox type). |
disabled | boolean | false | Prevents interaction. |
variant | default | danger | default | Item variant. |