Skip to main content

IBreadCrumbItem

@spartanfx/react v1.2.2


@spartanfx/react / index / IBreadCrumbItem

Interface: IBreadCrumbItem

Represents a single breadcrumb item in the navigation trail.

Properties

Required

PropertyTypeDescription
idstringUnique identifier for the breadcrumb item
labelstringDisplay label for the breadcrumb

Options

PropertyTypeDescription
data?anyCustom data to attach to the item
disabled?booleanWhether this item is disabled and non-clickable
href?stringOptional URL/path for navigation
icon?ReactNodeOptional icon to display before the label