0.0.1-alpha • Published 5 years ago

react-simple-fresh-grid v0.0.1-alpha

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

React Simple Grid

This is an early pre-alpha version

Instalation

soon.

Usage

Just import react-simple-grid and add to your code

<Grid>
    <Column mobile={4} tablet={8} desktop={12}>
        {children}
    </Column>
</Grid>

...more

Read more about material design here: https://material.io/design/layout/responsive-layout-grid.html#breakpoints.