Navigation Elements



Class Reference

Class Info
nav Denotes a navigational element. Should be added to a div.
nav__list Denotes a list of navigational links. Should be added to a ul.
nav--arrow-blocks Denotes an arrow block list. Should be added to a div.
nav-arrow-block Denotes a single arrow block. Should be added to a li.
nav-arrow-block__description Denotes the description of a single arrow block. Should be added to a div.
nav--breadcrumbs Denotes a breadcrumb list. Should be added to a div.
nav--breadcrumbs__here Denotes the breadcrumb item associated with the currently viewed page. Should be added to a li.
nav--pagination Denotes a pagination list. Should be added to a div.
nav--pagination__[page] Denotes a particular page in the pagination list. Should be added to a li. Available Values: "first", "prev", "next", "last"
nav--pagination__here Denotes the currently viewed page. Should be added to a li.
nav-return Denotes a "return to list" link. Should be added to an a.