Breadcrumb
A Breadcrumb component from the Sigil design system.
Import
import { Breadcrumb } from "@sigil-ui/components";Preview
Usage
<Breadcrumb>...</Breadcrumb>Props
| Prop | Type | Default | Description |
|---|---|---|---|
items | BreadcrumbItem[] | — | Breadcrumb trail items. The last item is treated as the current page. |
separator | ReactNode | / | Separator character. |
Token integration
| CSS Variable | Purpose |
|---|---|
--s-text-muted | Text muted |
--s-text | Text |
--s-duration-fast | Duration fast |