[Stepper] Remove Paper component #18423
Labels
breaking change
component: stepper
This is the name of the generic UI component, not the React module!
ready to take
Help wanted. Guidance available. There is a high chance the change will be accepted
Milestone
Summary 💡
Would it be a good idea if accepts a component prop? By default, this would be
<Paper>
Examples 🌈
Motivation 🔦
I want to render a Stepper that doesn't use Paper - essentially I want it to have very plain styling and not be affected by any global styling that I do to the Paper component.
I believe there isn't a straightforward way to do this already, and was thinking that if we could pass a component to Stepper (which would default to
<Paper>
) then that would be similar to other components that take a prop that selects the inner component rendered.The text was updated successfully, but these errors were encountered: