Breadcrumbs are a sequence of links typically displayed at the top of a webpage or app and help users understand where they are in the overall hierarchy and easily navigate back to previous levels.

TypeResource
DesignFigma
WebWeb Storybook
CodeGitlab

Usage

import { Breadcrumbs } from 'bio-bind-ui';
<Breadcrumbs
  items={[
    {
      href: '/Docs',
      title: 'Docs',
    },
    {
      href: '/Components',
      onClick: () => {},
      title: 'Components',
    },
    {
      href: '/Props',
      title: 'Props',
    },
  ]}
  mode='light'
/>

Examples

Items

Use items to add content to breadcrumbs.


Load More (optional)

Use load more to display an ellipsis on the breadcrumbs content.


Mode (optional)

Use mode to use dark or light.


Props

PropsRequiredDefaultTypedescription
itemstrue[]BreadcrumbsItem[]A list item that contains the number of breadcrumbs.
separatorfalse-React.ReactNodeList of sparators for connecting or separating breadcrumbs.
logofalse-React.ReactNodeUnique identifier for the breadcrumb menu icon.
showLoadMorefalsefalsebooleanIf true, the center breadcrumb will be made ellipsis.
modefalselightlight darkThe theme mode of the breadcrumbs (light or dark).
idfalse-stringA unique identifier for the avatar.
BIND © Biofarma Innovate Next-level Design .