PrimaryNav

Maximum Item Width

Use the maxItemWidth prop to constrain the width of each NavItem. Note that if the item's text is longer than the maximum width, it will be truncated but accessible via Tooltip. Also note that if the maxWidth property is set for an item, it will take precedence.

<PrimaryNav maxItemWidth="8em">
  <NavItem href="/malachite">Malachite</NavItem>
  <NavItem href="/fluorite">Fluorite will truncate</NavItem>
  <NavItem href="/magnetite">Magnetite</NavItem>
</PrimaryNav>