-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for a responsive Grid #190
Comments
+1 https://material.angularjs.org/#/layout/grid may be a good inspiration to do a flex box based layout. |
You might could checkout http://flexboxgrid.com I've been using it successfully with material-ui for a little while now. |
Personally, I hope this project doesn't start including a grid system. I'd rather avoid the bloat. If I want a grid system, I can find one elsewhere (Susy, Singularity, Neat, etc.). |
I'm not sure whether material-ui should be opinionated regarding layouts. In my opinion it may be better to focus just on stand-alone components. Layouts are more higher level and can be created using existing systems like any of your favorite grid library (like flexbox). |
@a1russell @WRidder I agree and think that |
I like the separation, maybe it's for the best to have a not embedded grid system. |
Yup. May be not having it is the best thing to do but the docs should mention it clearly in the beginning because almost all CSS frameworks support a grid and the docs begin with the grid. May be material-ui can mention a few notable grid libraries in the docs and direct the user in the right direction. |
+1 and Grid List https://material.angularjs.org/latest/#/demo/material.components.gridList 👍 |
Guys, this works like a charm for react Material-UI! |
I implemented a simple GridList w/ GridTile in a PR - #1320. |
@eliquious I'm trying it since I read your comment. Looks very good and easy to use. Thank you! |
Anybody tried combining http://unsemantic.com/ with material-ui ? |
@antilect I am having troubles combining the two. Can you show your source files? |
Adding react-flexbox-grid to the list of options. |
Does material-ui support a responsive grid or are we supposed to use some other base framework like bootstrap or foundation for that and material-ui only for the components?
The text was updated successfully, but these errors were encountered: