Breadcrumb
A breadcrumb shows users their current location in the website's hierarchy and allows them to trace their steps back to the entry point.
Breadcrumb
to be done.
Segments
Segements serves to indicate the hierarchical location or categorization of the content rather than providing navigational links, it's more of a contextual indicator rather than a traditional breadcrumb.
<Breadcrumb aria-label="You are here:">
<Breadcrumb.Item mode="segment">path</Breadcrumb.Item>
<Breadcrumb.Item mode="segment">to</Breadcrumb.Item>
<Breadcrumb.Item mode="segment">page</Breadcrumb.Item>
</Breadcrumb>