rkit

1.0.4 • Public • Published

rkit

A UI component kit for React

- UNDER CONSTRUCTION -

Demo

https://mother.github.io/rkit

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.

/rkit/

    Package Sidebar

    Install

    npm i rkit

    Weekly Downloads

    7

    Version

    1.0.4

    License

    MIT

    Last publish

    Collaborators

    • asabhaney
    • stevenyuen