Breadcrumbs
Availity breadcrumbs
#
Installationnpm
Yarn
#
ExampleStorybook#
Live example:#
Propsactive?: string
#
The name of the active page (the page the user is currently on).
crumbs?: object[]
#
The ancestor pages. Objects in array contain name
(String) and url
(String) properties.
emptyState?: string
#
The value to display when the active page or an ancestor does not have a value. Default: "…"
children?: BreadcrumbItem | BreadcrumbItem[]
#
The children must be a reactstrap BreadcrumbItem
components.
homeUrl?: string
#
Url for the Home route. Default: public/apps/dashboard
linkTag?: React.ComponentType<React.HTMLAttributes<HTMLAnchorElement>> | string
#
Custom link tag for the links. Default: <a>