DocsAPI ReferenceComponents<ActionBar.Label>

<ActionBar.Label>

Render a label in the <ActionBar> or an <ActionBar.Group>.

<ActionBar>
  <ActionBar.Label label="Label 1" />
  <ActionBar.Group>
    <ActionBar.Label label="Label 2" />
    <ActionBar.Action>★</ActionBar.Action>
  </ActionBar.Group>
</ActionBar>
Interactive Demo
Label 1
Label 2

Props

PropExampleTypeStatus
label"Label"StringRequired

Required Props

label

The label text.