Status
The status of the component
Status
The status of the component
Repository
A link to the repo where the component lives.
| Property | Attribute | Description | Type | Default |
|---|---|---|---|---|
| accent | accent | "danger" | "primary" | "secondary" | "tertiary" | 'secondary' | |
| disabled | disabled | Disables the action button. | boolean | false |
| isOpen | is-open | It is used to open or not the list. | boolean | false |
| type | type | The component button type | "button" | "reset" | "submit" | 'button' |
| Event | Description | Type |
|---|---|---|
| actionClick | Triggered when the action button is clicked | CustomEvent<any> |
| close | Triggered when the menu is close | CustomEvent<any> |
| open | Triggered when the menu is open | CustomEvent<any> |
| Slot | Description |
|---|---|
| "title" | slot for icon and button text |
graph TD;
gux-action-button --> gux-popup
gux-action-button --> gux-button-slot
gux-action-button --> gux-icon
gux-action-button --> gux-list
style gux-action-button fill:#f9f,stroke:#333,stroke-width:4px
Built with StencilJS