Breadcrumb | CombricSkip to content

Breadcrumb

Combric

Labelled breadcrumb navigation with native links and ordered structure.

@combric/react · v1.1.1 · Current

Import and usage

import { Breadcrumb, BreadcrumbList, BreadcrumbItem, BreadcrumbLink, BreadcrumbSeparator, BreadcrumbPage } from "@combric/react";

Load the native stylesheet with @import "@combric/react/css";. This path does not require Tailwind.

Examples

Breadcrumb

Public API

Public exports
Name
Breadcrumb
BreadcrumbList
BreadcrumbItem
BreadcrumbLink
BreadcrumbSeparator
BreadcrumbPage
Documented contracts
Property / capabilityPublished contract
ContractNative nav/list/link props
ContractBreadcrumbPage supplies aria-current

Accessibility

Uses a labelled nav, ordered list, presentational separators, and aria-current for the current page.

CSS and customization

Combric classes and canonical --combric-* variables provide the package presentation. Consumer className extends the required class; it does not replace the component contract.

Source

View source on GitHub