-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
Closed
Labels
breaking changeIntroduces changes that are not backward compatible.Introduces changes that are not backward compatible.ready to takeHelp wanted. Guidance available. There is a high chance the change will be acceptedHelp wanted. Guidance available. There is a high chance the change will be acceptedscope: stepperChanges related to the stepper.Changes related to the stepper.
Milestone
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
Summary 💡
Would it be a good idea if accepts a component prop? By default, this would be <Paper>
Examples 🌈
<Stepper component="div">
<Step>
<StepLabel>Hello world</StepLabel>
</Step>
</Stepper>
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
breaking changeIntroduces changes that are not backward compatible.Introduces changes that are not backward compatible.ready to takeHelp wanted. Guidance available. There is a high chance the change will be acceptedHelp wanted. Guidance available. There is a high chance the change will be acceptedscope: stepperChanges related to the stepper.Changes related to the stepper.