docs/components/breadcrumbBreadcrumbNavigation breadcrumbsBreadcrumb shows the current page location. Usage# tsximport { Breadcrumb } from "fromsrc/client"; <Breadcrumb />; Base path# Customize the base path: tsx<Breadcrumb base="/documentation" /> Props# proptypedefaultdescriptionbasestring"/docs"Base path for links Features# Auto-generates from current URL Converts slugs to readable labels Last item is not a link Accessible with ARIA label