New:Socket for Asana Is Now Available.Learn more
Get Started

rkit

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rkit

A UI component kit for React

latest
Source
npmnpm
Version
1.0.4
Version published
Weekly downloads
2
-80%
Maintainers
1
Weekly downloads
 
Created
Source

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.

Keywords

react

FAQs

Package last updated on 20 Sep 2016

Related posts