<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
| Prop | Example | Type | Status | 
|---|---|---|---|
| label | "Label" | String | Required | 
Required Props
label
The label text.