Breadcrumb
Display navigation breadcrumbs to show users where they are in the page hierarchy.
Installation
npx neobrutal add breadcrumb
Usage
import {Breadcrumb,BreadcrumbItem,BreadcrumbLink,BreadcrumbSeparator,} from "@/components/ui/breadcrumb"
Props
BreadcrumbItem
| Prop | Type | Default | Description |
|---|---|---|---|
| isActive | boolean | false | Whether the item represents the current page. |
BreadcrumbSeparator
| Prop | Type | Default | Description |
|---|---|---|---|
| children | React.ReactNode | "/" | The separator character or component. |