rkit
v1.0.4
Published
A UI component kit for React
Downloads
2
Readme
rkit
A UI component kit for React
- UNDER CONSTRUCTION -
Demo
Installation
Install from NPM and include it in your own React build process (using Browserify, Webpack, etc).
npm install rkit --save
Usage
import React from 'react'
import ReactDOM from 'react-dom'
import Kit from 'rkit'
var Demo = React.createClass({
render: function() {
return (
<div>Hello</div>
)
}
})
ReactDOM.render(<Demo />, document.getElementById('container'))
Tinker
git clone https://github.com/mother/rkit
npm install
And since React is just a peer dependency:
npm install react
npm install react-dom
Then:
npm run dev
Then visit http://localhost:8000
Build
npm run build
Props
Test (TODO)
npm test
License
MIT. Copyright (c) 2016 Mother Co.