BreadcrumbItem
A single breadcrumb entry rendered in a daisyUI breadcrumbs trail.
Properties
Section titled “Properties”Disabled
Section titled “Disabled”Whether the item is non-clickable (e.g. the current page).
Navigation href. null means the current page (non-clickable).
Optional Material Symbols ligature to render before the text.
The localized display text.
Methods
Section titled “Methods”BreadcrumbItem(string, string, bool, string)
Section titled “BreadcrumbItem(string, string, bool, string)”A single breadcrumb entry rendered in a daisyUI breadcrumbs trail.
Text— The localized display text.Href— Navigation href.nullmeans the current page (non-clickable).Disabled— Whether the item is non-clickable (e.g. the current page).Icon— Optional Material Symbols ligature to render before the text.