# Blacktbox-react-form

Create form with [React](https://facebook.github.io/react).

# Installation

Using with [NPM](https://www.npmjs.com/):

    $ npm install --save @blacktoolbox/react-form

    // using ES6 modules
    import { Input, Select, Textarea, Checkbox, Radio } from '@blacktoolbox/react-form';

    // using CommonJS modules
    var Form = require('@blacktoolbox/react-form');

# Issue

Feel free to see around the codebase and share your experience with us. We will be grateful to be given advices. 

Please file [issue](https://github.com/BlackToolBoxLaboratory/react-form/issues), if you have any issue or idea.

# Homepage

You can see the document website [on-line](https://blacktoolboxlaboratory.github.io/react/v2/#/packages/form/basic).
