1.0.2 • Published 6 years ago

react-grid-blues v1.0.2

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

React Grid · GitHub license [npm version]

Installation

This is a plugin to make Grids faster and simpler in React. We use the Bootstrap Grids as plugin standard.

Examples

Install using the command below.

npm i --save-dev react-grid-blues

Create the Grids as below.

import React from 'react'

import Grid from 'react-grid-blues'

export default props => (
    <Grid cols='12 12 6 6'>
        <h1>Hello World !!!</h1>
    </Grid>    
)

Good First Issues

You can contribute with React-Grid, see the list of good first issues.

License

React Grid is MIT licensed.