What is Formy ?
Formy is a react library designed for integrating form validation easily. Formy takes a state and regex for each input and validates onTouch
and active
states while the user is typing.
Formy is very flexible and does not take over your whole form, but rather handles individual inputs, which makes it easy to integrate into any project
Features
- Inline Validation
Formy is lightly opinionated and provides the ability to validate forms and handle input state on a single line of code.
- Easy to use
Formy is extremely lightweight and easy to use, providing an excellent option for building forms quickly and securely.
- Customizability
Formy does provide default styles but allows for complete control and flexibility in styling the components.