diegohaz / arc

React starter kit based on Atomic Design
https://arc.js.org
2.91k stars 295 forks source link

Grid / Layout solution #344

Closed sense-net closed 6 years ago

sense-net commented 6 years ago

What is the Grid/Layout strategy in ARc , it looks like there is no grid package for styled components in the boilerplaite?

vcardins commented 6 years ago

One option would be css grid layout https://github.com/azz/styled-css-grid

sense-net commented 6 years ago

@vcardins thanks this looks like what i have been searching for.