Components

Navigation menu

Unofficial

A component that provides users with a list of pages to choose from.

Props
NameTypeDefaultDescription
idstring-'id' attribute to place on the base HTML element
classBlockstring-Block name override in BEM style classes applied to all elements
classModifiersModifiers-BEM style modifiers to apply to the base HTML element
classNamestring-Extra classes to apply to the base HTML element
itemsItem[]-REQUIRED. List of links to choose from

Stories

Standard

A standard Navigation menu.

Sub-items

You can provide a hierarchy of links.

Horizontal

Deprecated

A horizontal Navigation menu that can be used as alternative to the main navigation menu.