Breadcrumb
Breadcrumb
is a component that helps users understand the hierarchy of a website.
Theming
The Breadcrumb
is a multi part component.
If you want to change the style of the component, please check here.
export const Breadcrumb: ComponentMultiStyle<"Breadcrumb"> = {baseStyle: {container: {},ellipsis: {},item: {},link: {"&:not([aria-current=page])": {cursor: "pointer",_focusVisible: {boxShadow: "outline",},_hover: {textDecoration: "underline",},},color: "inherit",outline: "none",textDecoration: "none",transitionDuration: "fast",transitionProperty: "common",transitionTimingFunction: "ease-out",},separator: {},},}
Edit this page on GitHub