Navs guide users between different parts of your app.
Navs available in Material have shared markup, starting with the base .nav class, as well as shared states. Swap modifier classes to switch between each style.
.nav
<ul class="breadcrumb"> <li> <a> ... </a> </li> ... <li class="active"> <a> ... </a> </li> </ul>
<ul class="nav"> <li> <a> ... </a> </li> </ul>
.nav-list
.nav-justified
The base .nav can be used in conjunction with other material elements, for example .tile, to create more stylish navs.
.tile