Grid
react ui grid component
Install
npm install rctui-grid
Usage
higherorder
import { getGrid } from 'rctui-grid'
@getGrid
class Component extends React.Component { ... }
component
import { Grid } from 'rctui-grid'
<Grid
width={int} // 1-24
responsive={string} // 'sm|md|lg|xl', default value is 'md'
>
{ children }
</Grid>