0.8.1 • Published 5 years ago

hn-react-webform v0.8.1

Weekly downloads
117
License
-
Repository
github
Last release
5 years ago

:warning: This repository is still in development phase and is in active development. Don't expect anything to work yet!

Build Status bitHound Overall Score

HN-React-Webform

With this awesome React component, you can render complete Drupal Webforms in React. With validation, easy custom styling and a modern, clean interface.

Installation

First, install hn-react-webform in your project:

$ npm install hn-react-webform
# or
$ yarn add hn-react-webform

Then, 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.

Contributing

If you want to help contributing, follow these steps:

  1. Clone this repo
  2. cd into the folder
  3. Run npm install
  4. Run npm run storybook
  5. Edit files in /src 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

0.8.1

5 years ago

0.8.0

5 years ago

0.7.1

5 years ago

0.7.0

5 years ago

0.6.3

5 years ago

0.6.2

5 years ago

0.6.1

5 years ago

0.6.0

5 years ago

0.5.6

5 years ago

0.5.5

5 years ago

0.5.4

5 years ago

0.5.3

6 years ago

0.5.2

6 years ago

0.5.1

6 years ago

0.5.0

6 years ago

0.4.7

6 years ago

0.4.6

6 years ago

0.4.5

6 years ago

0.4.4

6 years ago

0.4.3

6 years ago

0.4.2

6 years ago

0.4.1

6 years ago

0.4.0

6 years ago

0.3.5

6 years ago

0.3.4

6 years ago

0.3.3

6 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.4

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.1

7 years ago

0.0.0

7 years ago