Action bar
Action bar contains a collection of horizontally aligned buttons.
On this page
v0.36.1AlphaNot reviewed for accessibility
Description
Add a general description of component here Add additional usage considerations or best practices that may aid the user to use the component correctly.
Arguments
Name | Type | Default | Description |
---|---|---|---|
size | Symbol |
| One of |
overflow_menu | Boolean |
| Whether to render the overflow menu. |
system_arguments | Hash | N/A |
Examples
Slots
items
ActionBar::Item
ActionBar::Item is an internal component that wraps the items in a div with the ActionBar-item
class.
Arguments
Name | Type | Default | Description |
---|---|---|---|
item_content | String | N/A | The content to render inside the item. |
item_arguments | Hash | N/A |
ActionBar::Divider
ActionBar::Item is an internal component that wraps the items in a div with the ActionBar-item
class.