You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.
Is your feature request related to a problem? Please describe.
It looks like when i add gap props or flex-gap, chakra vue doesnt transform it into appropriate css properties, and i have to add it manually through class
Describe the solution you'd like
I'd like it if the CFlex or CStack accept gap or flex-gap as a props, and properly implement the css behind it
Describe alternatives you've considered
an alternative would be to add it to CBox so that it's versatile
Additional context
When i add gap properties, it append it to html elements as attributes, it should not do that
another context: i'm using version 0.10.2
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is your feature request related to a problem? Please describe.
It looks like when i add
gap
props orflex-gap
, chakra vue doesnt transform it into appropriate css properties, and i have to add it manually through classDescribe the solution you'd like
I'd like it if the CFlex or CStack accept gap or flex-gap as a props, and properly implement the css behind it
Describe alternatives you've considered
an alternative would be to add it to CBox so that it's versatile
Additional context
When i add gap properties, it append it to html elements as attributes, it should not do that
another context: i'm using version 0.10.2
The text was updated successfully, but these errors were encountered: