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
colorSchemestringseparator
separatorThe visual separator between each breadcrumb item
string | React.ReactElement"/"size
sizeSizes for Breadcrumb are not implemented in the default theme. You can extend the theme to implement them.
stringspacing
spacingThe left and right margin applied to the separator
SystemStyleObject["mx"]"0.5rem"variant
variantVariants for Breadcrumb are not implemented in the default theme. You can extend the theme to implement them.
stringBreadcrumbItem Props#
isCurrentPage
isCurrentPagebooleanisLastChild
isLastChildbooleanseparator
separatorThe visual separator between each breadcrumb item
string | React.ReactElement"/"spacing
spacingThe left and right margin applied to the separator
SystemStyleObject["mx"]"0.5rem"BreadcrumbLink Props#
The BreadcrumbLink composes the Link component so you can use all Link props.
isCurrentPage
isCurrentPagebooleanBreadcrumbSeparator Props#
The BreadcrumbSeparator composes the Box component so you can use all Box props.
Props#
Breadcrumb Props#
colorScheme
colorSchemeColor Schemes for Breadcrumb are not implemented in the default theme. You can extend the theme to implement them.
stringseparator
separatorThe visual separator between each breadcrumb item
string | React.ReactElement"/"size
sizeSizes for Breadcrumb are not implemented in the default theme. You can extend the theme to implement them.
stringspacing
spacingThe left and right margin applied to the separator
SystemStyleObject["mx"]"0.5rem"variant
variantVariants for Breadcrumb are not implemented in the default theme. You can extend the theme to implement them.
stringBreadcrumbItem Props#
isCurrentPage
isCurrentPagebooleanisLastChild
isLastChildbooleanseparator
separatorThe visual separator between each breadcrumb item
string | React.ReactElement"/"spacing
spacingThe left and right margin applied to the separator
SystemStyleObject["mx"]"0.5rem"BreadcrumbLink Props#
The BreadcrumbLink composes the Link component so you can use all Link props.
isCurrentPage
isCurrentPagebooleanBreadcrumbSeparator Props#
The BreadcrumbSeparator composes the Box component so you can use all Box props.