Breadcrumbs consist of a list of links that help a user visualize a page's location within the hierarchical structure of a website, and allow navigation up to any of its "ancestors".
<BreadcrumbsmaxItems={2}aria-label="breadcrumb"><Linkunderline="hover"color="inherit"href="#">
Home
</Link><Linkunderline="hover"color="inherit"href="#">
Catalog
</Link><Linkunderline="hover"color="inherit"href="#">
Accessories
</Link><Linkunderline="hover"color="inherit"href="#">
New Collection
</Link><Typographycolor="text.primary">Belts</Typography></Breadcrumbs>
Press Enter to start editing
Customization
Here is an example of customizing the component.
You can learn more about this in the overrides documentation page.