Toolbar
Examples
Toolbar Props
The Toolbar component accepts the following props.
Name | Type | Required | Default | Description |
---|---|---|---|---|
children | node | null | Anything that can be rendered as toolbar content | |
className | string | null | Classes applied to toolbar parent |
ToolbarGroup Props
The ToolbarGroup component accepts the following props.
Name | Type | Required | Default | Description |
---|---|---|---|---|
children | node | null | Anything that can be rendered as one toolbar group | |
className | string | null | Classes applied to toolbar group |
ToolbarItem Props
The ToolbarItem component accepts the following props.
Name | Type | Required | Default | Description |
---|---|---|---|---|
children | node | null | Anything that can be rendered as toolbar item content | |
className | string | null | Classes applied to toolbar item |
ToolbarSection Props
The ToolbarSection component accepts the following props.
Name | Type | Required | Default | Description |
---|---|---|---|---|
children | node | null | Anything that can be rendered as toolbar section | |
className | string | null | Classes applied to toolbar section | |
aria-label | custom | null | Aria label applied to toolbar section |