Breadcrumb
Displays the path to the current resource using a hierarchy of links.
Preview
Installation
Install the package using your preferred package manager:
npx shadcn@latest add @airy/breadcrumbUsage
Import the component from the package:
import { Breadcrumb } from "@/registry/ui/breadcrumb"Then use it in your application:
<Breadcrumb />