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/breadcrumb

Usage

Import the component from the package:

import { Breadcrumb } from "@/registry/ui/breadcrumb"

Then use it in your application:

<Breadcrumb />

Examples

Default