@spartanfx/react v1.0.4
@spartanfx/react / IBreadCrumbItem
Interface: IBreadCrumbItem
Represents a single breadcrumb item in the navigation trail.
Properties
| Property | Type | Description |
|---|
data? | any | Custom data to attach to the item |
disabled? | boolean | Whether this item is disabled and non-clickable |
href? | string | Optional URL/path for navigation |
icon? | ReactNode | Optional icon to display before the label |
id | string | Unique identifier for the breadcrumb item |
label | string | Display label for the breadcrumb |