Splitting the Stepper component up into compound components #8562
jonjomckay
started this conversation in
Feature requests
Replies: 1 comment 1 reply
|
You are welcome to try and submit a PR. I've tried that previously and wasn't able to implement – https://mantine.dev/core/stepper/#wrap-stepperstep |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
It would be very handy to be able to use the
Steppercomponent as a set of compound components, like in with theTabscomponent.Is this something you'd be open to a PR for?
An example use case for us is to have the step indicators pinned to the top of the screen, while the user is able to scroll through the longer panel below/aside independently. I'm aware we can achieve this through
styles, but this seems like something that could benefit a lot more people by having it upstream 🙂All reactions