PrimaryNav

Basic Usage

Use NavItem children to define the navigation options.

<PrimaryNav>
  <NavItem href="/malachite">Malachite</NavItem>
  <NavItem selected href="/fluorite">Fluorite</NavItem>
  <NavItem href="/magnetite">Magnetite</NavItem>
</PrimaryNav>