Lightweight, expandable, simple and fast to implement forms for React.js.
Strap Forms makes it easy to create and manage forms in React.js.
What distinguishes Strap Forms from other similar packages is the simplicity of adding validation, including asynchronous, that can be performed independently on each input or at the same time when an attempt is made to send a form. Strap Forms allows you to quickly and easily create your own, optimized components.
StrapForms does not force the use of redux.
This module is still under heavy development. Please be aware that many things may be changed during upcoming releases.
npm install --save strap-forms
To run demo on your own computer:
- Clone this repository
npm install
npm run storybook
- Visit http://localhost:9000/
Let's make Strap Forms better! If you're interested in helping, all contributions are welcome and appreciated.
Check out the Contributing document for the details. Thanks!
This software is free to use under the MIT license. See the LICENSE file for license text and copyright information.