react-grid-blues

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

Usage no npm install needed!

<script type="module">
  import reactGridBlues from 'https://cdn.skypack.dev/react-grid-blues';
</script>

README

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.