Toolbar

Examples

Simple Toolbar Layout

Item 1
Item 2
Item 3
Item 4
Copied to clipboard

Toolbar with sections

Item 1
Item 2
Item 3
Item 4
Item 5
Item 6
Item 7
Copied to clipboard

Toolbar Props

The Toolbar component accepts the following props.

NameTypeRequiredDefaultDescription
children
node
nullAnything that can be rendered as toolbar content
className
string
nullClasses applied to toolbar parent

ToolbarGroup Props

The ToolbarGroup component accepts the following props.

NameTypeRequiredDefaultDescription
children
node
nullAnything that can be rendered as one toolbar group
className
string
nullClasses applied to toolbar group

ToolbarItem Props

The ToolbarItem component accepts the following props.

NameTypeRequiredDefaultDescription
children
node
nullAnything that can be rendered as toolbar item content
className
string
nullClasses applied to toolbar item

ToolbarSection Props

The ToolbarSection component accepts the following props.

NameTypeRequiredDefaultDescription
children
node
nullAnything that can be rendered as toolbar section
className
string
nullClasses applied to toolbar section
aria-label
custom
nullAria label applied to toolbar section