Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 641 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 641 Bytes

⚠️[WIP] NOT READY FOR USAGE YET.

react-brickwork

Grid layout for any react node

NPM JavaScript Style Guide

Install

npm install --save react-brickwork

Usage

import * as React from 'react'

import MyComponent from 'react-brickwork'

class Example extends React.Component {
  render () {
    return (
      <MyComponent />
    )
  }
}

License

MIT © TheBilTheory