Skip to content
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

Closed
owais opened this issue Jan 4, 2015 · 14 comments
Closed

Support for a responsive Grid #190

owais opened this issue Jan 4, 2015 · 14 comments
Labels
component: Grid The React component.

Comments

@owais
Copy link

owais commented Jan 4, 2015

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?

@bsr203
Copy link

bsr203 commented Feb 5, 2015

+1 https://material.angularjs.org/#/layout/grid may be a good inspiration to do a flex box based layout.

@eliquious
Copy link

You might could checkout http://flexboxgrid.com I've been using it successfully with material-ui for a little while now.

@a1russell
Copy link

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.).

@WRidder
Copy link
Contributor

WRidder commented Mar 30, 2015

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).

@fourcube
Copy link

@a1russell @WRidder I agree and think that material-ui should rather focus on adding on and improving composability of the provided components.

@franleplant
Copy link

I like the separation, maybe it's for the best to have a not embedded grid system.

@owais
Copy link
Author

owais commented Apr 15, 2015

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.

@santi8ago8
Copy link

@antilect
Copy link

Guys, this works like a charm for react Material-UI!

https://github.com/STRML/react-grid-layout

@igorbt
Copy link
Contributor

igorbt commented Aug 4, 2015

I implemented a simple GridList w/ GridTile in a PR - #1320.

@marcoscssno
Copy link

@eliquious I'm trying it since I read your comment. Looks very good and easy to use. Thank you!

@boustanihani
Copy link

Anybody tried combining http://unsemantic.com/ with material-ui ?

@mdeacey
Copy link

mdeacey commented Nov 22, 2015

@antilect I am having troubles combining the two. Can you show your source files?

@mbrookes
Copy link
Member

mbrookes commented Jan 6, 2016

Adding react-flexbox-grid to the list of options.

@mui mui locked and limited conversation to collaborators Feb 4, 2016
@zannager zannager added the component: Grid The React component. label Dec 22, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
component: Grid The React component.
Projects
None yet
Development

No branches or pull requests