rctui-grid

0.1.1 • Public • Published

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>

Readme

Keywords

Package Sidebar

Install

npm i rctui-grid

Weekly Downloads

0

Version

0.1.1

License

MIT

Last publish

Collaborators

  • lobos