john_mc
john_mc

Reputation: 1376

Is there a grid system (much like that offered by Bootstrap) that accompanies google material components?

I'm implementing material-components-web into a web application and was wondering: is there is a grid system that integrates with the library of components? Material-components is developed by a team of designers and developers at Google, and I imagine there should be a way to implement a grid system with out having to drop in Bootstrap (which would redundantly include another set of UI components into my repository).

Upvotes: 2

Views: 93

Answers (1)

R1CK337
R1CK337

Reputation: 26

Yes, the layout-grid (demo) is the component you're looking for.

Upvotes: 1

Related Questions