Toolbar button
ID: navigation:toolbar-button
Status: stable
| Name | Label | Type | Description |
|---|---|---|---|
content
|
Content | Slot | Content of button. |
action
|
Action | String | Hidden button action text. |
modifiers
|
Modifier classes. | List of enums | Button modifiers. https://en.bem.info/methodology/css/#modifiers Allowed values: collapsible, dark, expand--down, expand--side, large, non-interactive, primary, small-offset, weight--400 |
extra_classes
|
Extra classes. | List | External modifiers added from the placement context. https://en.bem.info/methodology/css/#mixes |
html_tag
|
HTML tag | Enum | Default: "button" Allowed values: a, button, span |
icon
|
Icon | Unknown | ⚠️ {"properties":{"pack_id":{"type":"string"},"icon_id":{"type":"string"},"settings":{"type":"object"}},"required":["icon_id"],"type":"object"} |
text
|
Text | String | Text of button. |