Breadcrumb

A list of links to the parent pages of the current page in hierarchical order.

See the WAI ARIA guidelines for Breadcrumbs.

Structure

<Breadcrumb>
    <BreadcrumbItem />
    <BreadcrumbSeparator /> (optional)
    <BreadcrumbItem />
	...
</Breadcrumb>

Demo