- Implementation
Common Examples
Building breadcrumbs from data
Breadcrumbs are slim wrappers around an HTMLnav element with some a links and a span for the current page.To create dynamic breadcrumbs on a page, collect the page names and URLs in an array and map it to Breadcrumbs.Link components.Note: the final breadcrumb will be treated as the current page, and will render as plain text instead of a link.