Variable: BreadcrumbPage
@arolariu/components / BreadcrumbPage
Variable: BreadcrumbPage
constBreadcrumbPage:ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLSpanElement>,HTMLSpanElement>,"ref"> &RefAttributes<HTMLSpanElement>>
Defined in: components/ui/breadcrumb.tsx:192
Marks the current page within the breadcrumb trail.
Remarks
- Pure CSS component (no Base UI primitive)
- Renders a
<span>element - Styling via CSS Modules with
--ac-*custom properties
Example
<BreadcrumbPage>Current page</BreadcrumbPage>
See
BreadcrumbPageProps for available props
// was this page useful?