jeanverster / chakra-ui-steps

Steps component designed to work seamlessly with Chakra UI
https://chakra-ui-steps.vercel.app
390 stars 44 forks source link

In vertical mode it would be nice if the step was full width #18

Closed jsbroks closed 3 years ago

jsbroks commented 3 years ago

image

jeanverster commented 3 years ago

Hey @jsbroks - would passing width="100%" to the Step component not work in this case? Both the Step and Steps components should accept all the default chakra styling props

jsbroks commented 3 years ago

Swt the width does not fix this issue. It looks like step is wrapped inside another div

jeanverster commented 3 years ago

Fixed in v.1.3.0

jsbroks commented 3 years ago

Youre amazing! 👏