Skip to main content

Variable: BreadcrumbItem

@arolariu/components


@arolariu/components / BreadcrumbItem

Variable: BreadcrumbItem

const BreadcrumbItem: ForwardRefExoticComponent<Omit<DetailedHTMLProps<LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & RefAttributes<HTMLLIElement>>

Defined in: components/ui/breadcrumb.tsx:126

Wraps a single breadcrumb node within the list.

Remarks

  • Pure CSS component (no Base UI primitive)
  • Renders an <li> element
  • Styling via CSS Modules with --ac-* custom properties

Example

<BreadcrumbItem>
<BreadcrumbLink href='/docs'>Docs</BreadcrumbLink>
</BreadcrumbItem>

See

BreadcrumbItemProps for available props

// was this page useful?