e8-modal-dropdown
Updated on Sep 18, 2025 5 minutes to readA component used within the command bar of a modal to provide a list of secondary actions.
Overview
e8-modal-dropdown creates a button that, when clicked, displays a list of actions or options. It is designed to be used inside e8-modal-command-bar. In standard mode, it renders a drop-down button; in compact mode, it integrates seamlessly into the dropdown group, acting as a collapsible section.
🔽 Show more
Properties
| Property | Description | Type | Default |
|---|---|---|---|
| circle | Renders the dropdown button as a circular button. | boolean | false |
| outlined | Renders the dropdown button with an outlined style. | boolean | false |
| variant | Specifies the color style of the button. | E8ButtonColorVariants | 'primary' |
Slots
| Slot | Description |
|---|---|
| button-content | Content displayed inside the main dropdown button. |
| default | Content displayed inside the dropdown menu. |