A hierarchy of links to the current page in an application, specifically for Remix.
<RemixBreadcrumbs />Here's the <RemixBreadcrumbs /> component in action.
To include a route in the Breadcrumbs, add a breadcrumb attribute to your route's handle. Customize the attribute value to suit your needs.
export const handle = { breadcrumb: 'Docs',}You have complete control over which routes are included in the Breadcrumbs and you can customize the breadcrumb text for each route.