pagarme / react-vanilla-form

An unobstrusibe form serializer and validator that works by following standards.

Home Page:http://derek.github.stavis.me/react-vanilla-form

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Vanilla Form

An unobstrusive form serializer and validator that works by following standards.


Vanilla Form is a form serialization and validation component built upon standards. To obtain the serialized form data the only thing you need to do is to declare your form controls (native or custom!) following the standard input interfaces: Using name, htmlFor and role properties and wiring onSubmit prop to Form component.

See the full documentation and live examples at http://derek.github.stavis.me/react-vanilla-form.

About

An unobstrusibe form serializer and validator that works by following standards.

http://derek.github.stavis.me/react-vanilla-form


Languages

Language:JavaScript 100.0%