Breadcrumb

Breadcrumb is a component that helps users understand the hierarchy of a website.

Usage

import { Breadcrumb } from "@yamada-ui/react"
<Breadcrumb.Root>
  <Breadcrumb.Link />
  <Breadcrumb.Ellipsis />
</Breadcrumb.Root>

Use items

Change variant

Customize the Separator

To customize the separator, set a separator character to separator.

To use an icon as a separator, set a ReactNode to separator.

Use Ellipsis

To use ellipsis, set Breadcrumb.Ellipsis at the position where you want to use ellipsis.

Alternatively, you can use ellipsis by setting numerical values to startBoundaries and endBoundaries.

Display Ellipsis Items in a Menu

Customize the Ellipsis

Props

Accessibility

Currently, this section is being updated due to the migration of v2.