[Stepper] Breadcrumb like
See original GitHub issueUpgrading from 3.1.1. to 3.2.0, we now get warnings when we use a Stepper with a custom connector like this:
import { ChevronRight } from "mdi-material-ui";
// ...
<Stepper className="breadcrumb" connector={<ChevronRight />}>
{arr.map(item => item)}
</Stepper>
The warnings we receive are:
We’ve tried multiple solutions here, none successful.
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (6 by maintainers)
Top Results From Across the Web
[Stepper] Breadcrumb like · Issue #13176 · mui/material-ui
We have introduced a new Breadcrumb component #14084. ... component: stepper This is the name of the generic UI component, not the React...
Read more >Stepper Breadcrumb
Just a reduced test case, to show that you can achieve integrated pointers with no images....
Read more >How to Create a Figma Breadcrumb Component (Stepper)
Here's how you can create a Figma component breadcrumb (as a stepper) using nestled components, auto-layout, and constraints & resizing.
Read more >Should steps in a wizard display in breadcrumbs?
Showing steps both in a stepper and in the breadcrumb might cause user confusion ("What's the difference between these two?
Read more >React Breadcrumbs component - Material UI
Breadcrumbs consist of a list of links that help a user visualize a page's location within the hierarchical structure of a website, and...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks @oliviertassinari your solution fixes this issue for me.
Per @mbrookes note, I think the Stepper works nicely as Breadcrumbs.
Closing.
Could we add it to the docs as a customization example, which would close #8818?