Action bar

Action bar contains a collection of horizontally aligned buttons.

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

NameTypeDefaultDescription
size
Symbol

:medium

One of :large, :medium, or :small.

overflow_menu
Boolean

true

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

NameTypeDefaultDescription
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.