react-supercharged-forms

React forms without all the callbacks


Keywords
react, forms, geolocation-inputs, react-forms
License
ICU
Install
npm install react-supercharged-forms@0.4.10

Documentation

React forms made simple

Create forms declaratively and react-supercharged-forms will take care of the rest. Gain all of the benefits of React, without having to bind callbacks to all of your inputs.

A simple form A simple form

To get the result of form submissions, just add a submit Handler to Form

New input types

As well as supporting all HTML5 inputs types, Coordinates, geo bounding box and drop downs are supported.

Geolocation inputs Geolocation inputs

Custom form inputs

Creating custom form inputs yourself is straightforward. Create a new component extending FormControl and use it alongside the other input components in your form.