1.0.9 • Published 3 years ago

responsive-grid-react v1.0.9

Weekly downloads
26
License
MIT
Repository
github
Last release
3 years ago

responsive-grid-react

a responsive grid system craeted on react and css-grid

NPM JavaScript Style Guide

Install

npm install --save responsive-grid-react

Usage

import React, { Component } from 'react'

import {Grid} from 'responsive-grid-react'

class Example extends Component {
  render() {
    return <Grid columns={[1,2,3,4]} >
    <span>1</span>
    <span>2</span>
    <span>3</span>
    <span>4</span>
    </Grid>
  }
}

License

MIT © Hassan Zerouali Kouhihal

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.2

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago