Description: Indicate the current page's location within a navigational hierarchy.
508 Guidelines: The instructions for the breadcrumb will need to be dynamic depending on the navigational hierarchy.
<ol class="breadcrumb">
<li>
<a href="#">eHMP UI Bootstrap Library<span class="sr-only">This is the first page visited, press enter to navigate to it.</span></a>
</li>
<li>
<a href="#">Views<span class="sr-only">This is the second page visited, press enter to navigate to it.</span></a>
</li>
<li class="active">Mockup<span class="sr-only">Currently on this page.</span></li>
</ol>
Copy