Breadcrumb Components
The Breadcrumb
component helps users understand and navigate their current location in
a site hierarchy.
It supports semantic HTML, class-based styling, and customizable separators.
Breadcrumbs
If no separator is provided, an arrow is shown between breadcrumb items automatically.
html
Custom text separator
html
Custom icon separator
html
Accessibility: Wrap breadcrumbs in a <nav>
with aria-label="Breadcrumb"
. Use aria-current="page"
for the active breadcrumb.