Breadcrumb

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

    SourceTheme source@chakra-ui/breadcrumb

Props#

colorScheme

Description

Color Schemes for Breadcrumb are not implemented in the default theme. You can extend the theme to implement them.

Type
string

listProps

Type
HTMLChakraProps<"ol">

separator

Description

The visual separator between each breadcrumb item

Type
string | React.ReactElement
Default
"/"

size

Description

Sizes for Breadcrumb are not implemented in the default theme. You can extend the theme to implement them.

Type
string

spacing

Description

The left and right margin applied to the separator

Type
SystemStyleObject["mx"]
Default
"0.5rem"

variant

Description

Variants for Breadcrumb are not implemented in the default theme. You can extend the theme to implement them.

Type
string

isCurrentPage

Type
boolean

isLastChild

Type
boolean

separator

Description

The visual separator between each breadcrumb item

Type
string | React.ReactElement
Default
"/"

spacing

Description

The left and right margin applied to the separator

Type
SystemStyleObject["mx"]
Default
"0.5rem"

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

isCurrentPage

Type
boolean

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