Docs Quickstart Figma Flowbite
1.3.0
Components Breadcrumb

Breadcrumb

Show the location of the current page in a hierarchical structure using the Tailwind CSS breadcrumb components


Default breadcrumb

Show on Github
Home Projects Flowbite
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>
Flowbite

© 2019-2024 Flowbite™ is a registered trademark. All Rights Reserved.