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

[Docs] Add responsive grid recommendations #3066

Closed
boustanihani opened this issue Jan 27, 2016 · 10 comments
Closed

[Docs] Add responsive grid recommendations #3066

boustanihani opened this issue Jan 27, 2016 · 10 comments
Labels
docs Improvements or additions to the documentation

Comments

@boustanihani
Copy link

Could you please suggest some responsive grids for the layout in the official docs?

Please also check:

@oliviertassinari
Copy link
Member

Yeah, I think that it would be great to add a section for this on the documentation.

@oliviertassinari oliviertassinari added the docs Improvements or additions to the documentation label Jan 27, 2016
@boustanihani
Copy link
Author

I'm glad you agree :bowtie:

@mbrookes mbrookes changed the title Responsive Grid [Docs] Add responsive grid recommendations Jan 27, 2016
@roylee0704
Copy link

shameless plug: react-flexbox-grid. :)

@xdvarpunen
Copy link

@roylee0704 installation almost impossible, had to read all issues and still didn't get it working...

@Sabst
Copy link

Sabst commented Feb 18, 2016

Note: I'm using meteor 1.3.beta8 so others may have a different experience.
I confirm that installation of react-flexbox-grid was very painful, even after using a local version with the latests fixes, and I finally gave-up (../style, flexboxgrid import errors...).

I am currently having a nicer experience with https://flex-grid.com that has the double advantage of

  • offering a familiar syntax to those coming from Bootstrap
  • and working easily as expected (even with a meteor package for those using Meteor)

More validation is required though...

@xdvarpunen
Copy link

Susy worked nicely with material-ui: http://susy.oddbird.net/. @Sabst flex-grid was nice experience c:

Could you choose one which has pretty much no dependency except CSS itself?

@hoschi
Copy link

hoschi commented May 26, 2016

I just read the spec for grid in material design: https://www.google.com/design/spec/layout/responsive-ui.html
This wants a (4,8,12) column grid with variable gutter sizes.

I don't get the point of suggesting "bootstrap like, always 12 column, fixed gutter size" grid system (like flexbox grid) when using MUI framework and so material design. Do I get something obviously wrong here? Because I can't find a standalone CSS grid framework which fits into the material design spec. material design lite has such a grid, but bundles also the components stuff.

@beatwade
Copy link

beatwade commented Dec 8, 2016

how about using bootstrap grid system until some stable marterial grid system come out?

@oliviertassinari
Copy link
Member

oliviertassinari commented Dec 8, 2016

@beatwade, I think that we have made some progress regarding implementing a layout component on the next branch #5267. I have found two interesting implementations out there:

@oliviertassinari
Copy link
Member

We have added a <Layout /> component on the next branch #5808.
I don't think that we should add any recommendation until we release that new branch.
I'm closing the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Improvements or additions to the documentation
Projects
None yet
Development

No branches or pull requests

7 participants