ActionsDropdown API
API reference docs for the Stash ActionsDropdown
component. Learn about the props, CSS, and other APIs of this exported module.
Import
ts
import ActionsDropdown from '@leaflink/stash/ActionsDropdown.vue';
Props
Name | Type | Default | Description |
---|---|---|---|
align | "left" | "right" | left | Used to position the dropdown relative to target Options: left, right |
buttonText | string | '() => t(ll.actions)' | Text to be displayed on the trigger button |
contentClass | string | '' | Class to be applied to the dropdown content |
disabled | boolean | false | Indicates whether the trigger button is disabled or not |
Slots
Name | Description |
---|---|
default | Dropdown content |
Events
None