0.1.1 • Published 9 years ago

rctui-grid v0.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

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>