Breadcrumb

Breadcrumbs is a navigation pattern that helps users understand the hierarchy of a website.

    SourceTheme source@chakra-ui/breadcrumb

Props#

listProps

Type
HTMLChakraProps<"ol">

separator

Description

The visual separator between each breadcrumb item

Type
type ONLY_FOR_FORMAT = | string | ReactElement<any, string | JSXElementConstructor<any>>
Default
/

spacing

Description

The left and right margin applied to the separator

Type
string | number | boolean | (string & {}) | ResponsiveArray<string | number | (string & {})> | Partial<Record<string, string | number | (string & {})>> | ResponsiveArray<...> | Partial<...> | ((theme: Record<...>) => ResponsiveValue<...>)
Default
0.5rem

isCurrentPage

Type
boolean
Default
false

isLastChild

Type
boolean
Default
false

separator

Description

The visual separator between each breadcrumb item

Type
type ONLY_FOR_FORMAT = | string | ReactElement<any, string | JSXElementConstructor<any>>
Default
/

spacing

Description

The left and right margin applied to the separator

Type
string | number | boolean | (string & {}) | ResponsiveArray<string | number | (string & {})> | Partial<Record<string, string | number | (string & {})>> | ResponsiveArray<...> | Partial<...> | ((theme: Record<...>) => ResponsiveValue<...>)
Default
0.5rem

The BreadcrumbLink composes the Link component so you can use all Link props.

isCurrentPage

Type
boolean
Default
false

The BreadcrumbSeparator composes the Box component so you can use all Box props.

Edit this page on GitHub

Proudly made inNigeria by Segun Adebayo

Deployed by â–² Vercel