Make rowConstraints responsive? #69
silverduner
started this conversation in
Ideas
Replies: 2 comments 3 replies
-
Probably can either do:
Or promote Thanks, |
Beta Was this translation helpful? Give feedback.
0 replies
-
Sounds reasonable to me. I wouldn't move these props at this point, though, as it would be a breaking change. I'm thinking to model it this way:
This option will allow defining row constraints only for specific device sizes (i.e., mobile) and leaving row constraints undefined for all other sizes. What are your thoughts? Please feel free to send a PR. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi - I am thinking it can be a good idea to make RowConstraints type also accepting a provider function for responsive purpose? E.g. Users may want to set "maxPhotos:1" for mobile devices only.
Beta Was this translation helpful? Give feedback.
All reactions