Navigation

Tab

Definition

Defines one tab destination inside a TabList.

Usage

Use Tab only as a child of TabList.

Attributes

  • value required. Tab value or destination.
  • label or i18n required. Visible tab label.
  • icon. Optional icon name.
  • href. Optional route destination.

Example

xml
<Tab value="overview" label="Overview" />