Interface: MuiBreadcrumbsItemProps
Props for a single breadcrumb item component.
Extends
Properties
active?
optionalactive:boolean
Whether the breadcrumb item is active.
Inherited from
href?
optionalhref:string
URL for the breadcrumb item.
Inherited from
onClick()?
optionalonClick: (item) =>void
Callback function when the breadcrumb item is clicked.
Parameters
item
Returns
void
title?
optionaltitle:string
Title text for the breadcrumb item.