-
Notifications
You must be signed in to change notification settings - Fork 114
Description
Hi, thanks for open-sourcing this amazing library. Definitely the best react-native-web style framework I have seen so far.
Describe your feature request
I wonder if there are any existing solutions or plans for supporting a responsive horizontal grid? If yes, can you please provide a link to doc or example? If not, do you have any suggestions or workaround that we currently can do to achieve a responsive grid on web platform?
Context
As web platform screen size varies widely, it'd be essential to support responsive grid.
Proposed solution
Material-UI has a nice grid system that can be themed and integrated with individual components. Flexbox implementations are good too, we just need some helpers or examples on how to achieve hide, show, scale, etc with Material Bread.