Breadcrumb Dropdown
A production-scale, light + dark Breadcrumb Dropdown component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add breadcrumb-dropdownUsage
import { BreadcrumbDropdown } from "@lerpa/ui";
<BreadcrumbDropdown />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| segments | BreadcrumbSegment[] | — | |
| separator | React.ReactNode | — | |
| className | string | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.