PrimaryNav

Item As

Any component that renders an <a /> element may be used for NavItem by specifying the itemAs prop, such as a React Router Link.

<PrimaryNav itemAs={ReactRouterLink}>
  <NavItem to="/malachite">Malachite</NavItem>
  <NavItem to="/fluorite">Fluorite</NavItem>
  <NavItem to="/magnetite">Magnetite</NavItem>
</PrimaryNav>