Version: 3.xx.xxSwizzle Ready
Breadcrumb
A breadcrumb displays the current location within a hierarchy. It allows going back to states higher up in the hierarchy. <Breadcrumb>
component built with Mantine Breadcrumb components using the useBreadcrumb
hook.
Swizzle
You can swizzle this component to customize it with the refine CLI
Properties
breadcrumbProps
<Breadcrumb>
component uses the Mantine Breadcrumb component so it can be configured with the breadcrumbProps
property.
http://localhost:3000/posts/show/123
showHome
If your application has a DashboardPage, the home button is shown to the top of the hierarchy by default. If you don't want to show the home button, you can set showHome
to false
.
http://localhost:3000/posts/show/123
hideIcons
If you don't want to show the resource icons on the breadcrumb, you can set hideIcons
to true
.
http://localhost:3000/posts/show/123