2.0.4 • Published 3 years ago

react-grid-light v2.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

React-Grid-Light

install

npm i react-grid-light

use

import React from 'react';
import Grid from "react-grid-light"
...
const App = () => {
    ...
    return (
        <Grid
            columns='1'
            rows='auto'
            className='custom__class'
            columnGap='normal'
            rowGap='normal'
        >
        <Column>
        <Row>
        ...
        children
        ...
       </Grid>
    )
}
...
2.0.4

3 years ago

2.0.3

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.1.8

3 years ago

1.1.7

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.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago