Closed mikechabot closed 1 year ago
Hey @mikechabot - I would definitely be happy to accept a PR which adds support for this! I was also thinking of trying to make the responsive logic ssr friendly, so if you're up to it that could be a nice addition too 😀 Just been super busy at work recently but will hopefully get some time to address the issues here asap
Very delayed, but this is now customisable with the mobileBreakpoint
prop in the latest version, can set it to whatever value you like, it defaults to 768px
Hey, love this component. Would you be willing to accept a PR that lets the consumer adjust the responsive breakpoint?
https://github.com/jeanverster/chakra-ui-steps/blob/main/chakra-ui-steps/src/components/Steps/index.tsx#L65
I could see this a couple different ways:
Explicit
mediaQuery
propExternal
useMediaQuery
check