Classes list
Every class Breadcrumb recognizes, straight from the @flickui/css source.
| Class | Purpose |
|---|---|
.breadcrumb | Base class — required, sets the trail's font size |
.breadcrumb-list | The <ol>/<ul> wrapper, laid out as a wrapping flex row |
.breadcrumb-item | Each list item, holding a link (or current-page span) plus its separator |
.breadcrumb-link | A clickable ancestor link (truncates with ellipsis past 12ch) |
.breadcrumb-link-icon | Optional leading icon slot inside a link |
.breadcrumb-current | The final, non-clickable item representing the current page |
.breadcrumb-separator | The glyph between items (mark aria-hidden="true") |
.breadcrumb-collapse | A button standing in for a run of collapsed middle items |