a react UI library


License
MIT
Install
npm install etui@1.0.16

Documentation

etui

a react UI library

NPM JavaScript Style Guide

Install

npm install --save etui

Usage

import React, { Component } from 'react'

import MyComponent from 'etui'

class Example extends Component {
  render () {
    return (
      <MyComponent />
    )
  }
}

License

MIT © martianfield