1.0.4 • Published 10 years ago

rkit v1.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

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.

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.0.2

10 years ago