HTMLChakraProps<"ol">Breadcrumb
Breadcrumbs is a navigation pattern that helps users understand the hierarchy of a website.
Props#
Breadcrumb.Root Props#
listProps
listPropsseparator
separatorThe visual separator between each breadcrumb item
type ONLY_FOR_FORMAT =
| string
| ReactElement<any, string | JSXElementConstructor<any>>/spacing
spacingThe left and right margin applied to the separator
string | number | boolean | (string & {}) | ResponsiveArray<string | number | (string & {})> | Partial<Record<string, string | number | (string & {})>> | ResponsiveArray<...> | Partial<...> | ((theme: Record<...>) => ResponsiveValue<...>)0.5remBreadcrumb.Item Props#
isCurrentPage
isCurrentPagebooleanfalseisLastChild
isLastChildbooleanfalseseparator
separatorThe visual separator between each breadcrumb item
type ONLY_FOR_FORMAT =
| string
| ReactElement<any, string | JSXElementConstructor<any>>/spacing
spacingThe left and right margin applied to the separator
string | number | boolean | (string & {}) | ResponsiveArray<string | number | (string & {})> | Partial<Record<string, string | number | (string & {})>> | ResponsiveArray<...> | Partial<...> | ((theme: Record<...>) => ResponsiveValue<...>)0.5remBreadcrumb.Link Props#
The Breadcrumb.Link composes the Link component so you can use all Link props.
isCurrentPage
isCurrentPagebooleanfalseBreadcrumb.Separator Props#
The Breadcrumb.Separator composes the Box component so you can use all Box props.
Props#
Breadcrumb.Root Props#
listProps
listPropsHTMLChakraProps<"ol">separator
separatorThe visual separator between each breadcrumb item
type ONLY_FOR_FORMAT =
| string
| ReactElement<any, string | JSXElementConstructor<any>>/spacing
spacingThe left and right margin applied to the separator
string | number | boolean | (string & {}) | ResponsiveArray<string | number | (string & {})> | Partial<Record<string, string | number | (string & {})>> | ResponsiveArray<...> | Partial<...> | ((theme: Record<...>) => ResponsiveValue<...>)0.5remBreadcrumb.Item Props#
isCurrentPage
isCurrentPagebooleanfalseisLastChild
isLastChildbooleanfalseseparator
separatorThe visual separator between each breadcrumb item
type ONLY_FOR_FORMAT =
| string
| ReactElement<any, string | JSXElementConstructor<any>>/spacing
spacingThe left and right margin applied to the separator
string | number | boolean | (string & {}) | ResponsiveArray<string | number | (string & {})> | Partial<Record<string, string | number | (string & {})>> | ResponsiveArray<...> | Partial<...> | ((theme: Record<...>) => ResponsiveValue<...>)0.5remBreadcrumb.Link Props#
The Breadcrumb.Link composes the Link component so you can use all Link props.
isCurrentPage
isCurrentPagebooleanfalseBreadcrumb.Separator Props#
The Breadcrumb.Separator composes the Box component so you can use all Box props.