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
This is something we can look into doing (setting a default to Col). Out of the box Flexa takes the view of implementing much of the CSS Flexbox API one-to-one with no extra "magic".
As a result the components have very little defaults set to them. This helps reserve expected behavior, if we start to add various values to start with it can conflict to what people are expecting.
If you're interested I'm happy to work with you on creating a pull request to build out this functionality and test it with real world examples?
I understand. What if it was an optional property in theme? To set the default breakpoint values when nothing is specified.
I would be happy to contribute too.
Hey, i was wondering why isn't
xs={12}
set as default prop inCol
.Makes more sense to define the first breakpoint that its value is different than "12".
For example instead of this
i could just write
Because with no default breakpoint value i have to write
xs={12}
to all my components.The text was updated successfully, but these errors were encountered: