2.0.4 • Published 2 years ago

react-grid-light v2.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
2 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

2 years ago

2.0.3

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.1.8

2 years ago

1.1.7

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago