/react-controls

A collection of home-made react controls.

Primary LanguageTypeScript

react-controls

A library of UI controls made with react.

NPM JavaScript Style Guide

Install

npm install --save react-controls

Usage

import React, { Component } from 'react'

import MyComponent from 'react-controls'
import 'react-controls/dist/index.css'

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

License

MIT © IoannesBracciano