Breadcrumb
Show the location of the current page in a hierarchical structure using the Tailwind CSS breadcrumb components
Default breadcrumb
html
typescript
<flowbite-breadcrumb>
<flowbite-breadcrumb-item
flowbiteRouterLink
routerLink="./"
fragment="default-breadcrumb">
<flowbite-icon
svgIcon="outline:home"
class="mr-2 h-4 w-4" />
Home
</flowbite-breadcrumb-item>
<flowbite-breadcrumb-item
flowbiteRouterLink
routerLink="./"
fragment="default-breadcrumb">
Projects
</flowbite-breadcrumb-item>
<flowbite-breadcrumb-item
flowbiteRouterLink
routerLink="./"
fragment="default-breadcrumb">
Flowbite
</flowbite-breadcrumb-item>
</flowbite-breadcrumb>