Search code examples
csshtmlgrid-layoutpolymerweb-component

Grid In Polymer Web App


Google is promoting (kind of) a 48px grid for android apps.

Is there a simple/idiomatic way to implement horizontal/vertical flow in my web app? It uses polymer paper web components almost exclusively. My biggest problem at the moment is getting paper-checkboxes to behave.


Solution

  • I think the best solution when working with a grid in polymer is to use the app-grid helper class.

    Polymer app-grid Documentation