README
react-layout-ui
A library for making doing page layouts simple, explicit and fun!
Install
npm install --save react-layout-ui
Usage
import * as React from 'react'
import MyComponent from 'react-layout-ui'
class Example extends React.Component {
render () {
return (
<MyComponent />
)
}
}
License
MIT © tylerthehaas