:warning: This repository is still in development phase and is in active development. Don't expect anything to work yet!
npm install hn-react-webform:warning: This repository is still in development phase and is in active development. Don't expect anything to work yet!


First, install hn-react-webform in your project:
``bash`
$ npm install hn-react-webformor
$ yarn add hn-react-webform`
Then, import the component:javascript`
// ES6
import Webform from 'hn-react-webform';
// ES5
var Webform = require('hn-react-webform').default;
This project uses CSS Modules, CSS.next and ES7 to ease styling. Your web-bundler (like Webpack) needs to support CSS Modules to correctly parse all styling. Contributing
If you want to help contributing, follow these steps:
1. Clone this repo
2. cd into the foldernpm install
3. Run npm run storybook
5. Run /src
6. Edit files in and view changes on http://localhost:6006/
If you want to contribute and to use this version of the module in a different project on your local machine without storybook, run npm link`