With this awesome React component, you can render complete Drupal Webforms in React. With validation, easy custom styling and a modern, clean interface.
First, install hn-react-webform in your project:
$ npm install hn-react-webform
# or
$ yarn add hn-react-webformThen, import the component:
// 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.
If you want to help contributing, follow these steps:
- Clone this repo
 cdinto the folder- Run 
npm install - Run 
npm run storybook - Edit files in 
/srcand 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