Overview
Displays the current location within a hierarchy.Installation
Import
Quick Start
Live Preview
Run Locally
npm run tsx:core-gallery
Production Examples
Props
- items: Array of
{ id: string; label: string; href?: string; disabled?: boolean }— Breadcrumb segments. - separator?: string — Text separator between items (default
›). - BaseProps: variant, size, position, height=1, etc.
Methods
- setItems(items), addItem(item), removeLastItem(), clear().
Best Practices
- Avoid long labels; trim or abbreviate to fit small terminals.
