We've updated our documenation to align with our other frameworks. Our new documenation will
live here and these pages will be removed.
Breadcrumbs
Breadcrumb components are used to show the relationship betweens pages or content, ususally seperated by icons or slashes.
Implementation
Breadcrumbs follows the basic list HTML structure. Use the ul or ol tag with the class of breadcrumb. What this accomplishes is to convert the list to a horizontal view and adds a / or predefined character between each li.
With the basic breadcrumb implementation you can virtually add anything inside each li. In this example we have two links and a menu. See there respective pages for more information.