Displays the current page location within a navigational hierarchy as a chain of clickable segments.
Loading component...
Run the following command to add this component to your project:
Import the component directly from the package:
import { Breadcrumb } from "@static-ui/ui"Common props available for this component:
| Prop | Type | Description |
|---|---|---|
| className | string | Additional CSS classes to apply. |
Uses `nav` element with `aria-label="Breadcrumb"`. Each segment is a link except the current page which uses `aria-current="page"`.