Variable: BreadcrumbLink
@arolariu/components / BreadcrumbLink
Variable: BreadcrumbLink
constBreadcrumbLink:ForwardRefExoticComponent<BreadcrumbLinkProps&RefAttributes<HTMLAnchorElement>>
Defined in: components/ui/breadcrumb.tsx:151
Renders a navigable breadcrumb link with optional child element composition.
Remarks
- Pure CSS component (no Base UI primitive)
- Renders an
<a>element by default - Styling via CSS Modules with
--ac-*custom properties
Example
<BreadcrumbLink href='/settings'>Settings</BreadcrumbLink>
See
BreadcrumbLinkProps for available props
// was this page useful?