API ReferenceComponents<ActionBar.Group>

<ActionBar.Group>

Render an action group in the <ActionBar>.

<ActionBar label="Actions"> <ActionBar.Group>Group 1</ActionBar.Group> <ActionBar.Group>Group 2</ActionBar.Group> </ActionBar>
Interactive Demo
Actions
Group 1
Group 2

Props

PropExampleTypeStatus
children<div />ReactNodeRequired

Required Props

children

A node to render as the children of the action. If a fragment, the items will be rendered in a flex row.

Normally contains <ActionBar.Action>