DocsAPI ReferenceComponents<ActionBar.Separator>

<ActionBar.Separator>

Render a separator in the <ActionBar>. An alternative to <ActionBar.Group> that avoids wrapping elements.

<ActionBar>
  <ActionBar.Label label="Label 1" />
  <ActionBar.Separator />
  <ActionBar.Label label="Label 2" />
  <ActionBar.Action>★</ActionBar.Action>
</ActionBar>

Props

This component doesn’t accept any props.