Indicate the current page’s location within a navigational hierarchy that automatically adds separators via CSS.
Here are examples of the Breadcrumb
component:
<breadcrumb>
<div class="item"><a href="#">Home</a></div>
<div class="item"><a href="#">Libary</a></div>
<div class="item active"><a href="#">Data</a></div>
</breadcrumb>
Here are some helpful tips for customizing and using the Breadcrumb
component:
--separator
CSS variable to change separator.