Color Schemes for Breadcrumb
are not implemented in the default theme. You can extend the theme to implement them.
Breadcrumb
Breadcrumbs is a navigation pattern that helps users understand the hierarchy of a website.
Props#
Breadcrumb Props#
colorScheme
colorScheme
Description
Type
string
listProps
listProps
Type
HTMLChakraProps<"ol">
separator
separator
Description
The visual separator between each breadcrumb item
Type
string | React.ReactElement
Default
"/"
size
size
Description
Sizes for Breadcrumb
are not implemented in the default theme. You can extend the theme to implement them.
Type
string
spacing
spacing
Description
The left and right margin applied to the separator
Type
SystemStyleObject["mx"]
Default
"0.5rem"
variant
variant
Description
Variants for Breadcrumb
are not implemented in the default theme. You can extend the theme to implement them.
Type
string
BreadcrumbItem Props#
isCurrentPage
isCurrentPage
Type
boolean
isLastChild
isLastChild
Type
boolean
separator
separator
Description
The visual separator between each breadcrumb item
Type
string | React.ReactElement
Default
"/"
spacing
spacing
Description
The left and right margin applied to the separator
Type
SystemStyleObject["mx"]
Default
"0.5rem"
BreadcrumbLink Props#
The BreadcrumbLink composes the Link component so you can use all Link props.
isCurrentPage
isCurrentPage
Type
boolean
BreadcrumbSeparator Props#
The BreadcrumbSeparator composes the Box component so you can use all Box props.