Dropdown
Dropdown on click
Dropdown on hover
Parameters (Blade)
| Key | Default value | Type | Available values | Description |
|---|---|---|---|---|
|
items
|
[] | array | - | An array of arrays representing each item with a name and a link. |
|
href
|
# | string | - | Where should the button link to? |
|
componentElement
|
div | string | - | The tag to use for this component. |
|
itemElement
|
a | string | - | The tag to use for each list item. |
|
direction
|
bottom | string | - | The direction in which the popup-menu opens in. |
|
popup
|
string | - | - | |
|
id
|
string | - | The DOM id of the component. | |
|
classList
|
[] | array | - | Array containing wrapping classes array |
|
attributeList
|
[] | array | - | Array containing keys and values rendered as attributes |