1.0.1 • Published 3 years ago

rtform v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Rtform

Rtform is a library to help you validate user input in a declarative way using react hooks. works for both ReactJS and Reac-Native.

What is included?

  • basic user input validation (emal, required, regex)
  • user input correction trimming, masking for credit cards
  • support for async validation
  • ability to add custom validators very easily

Examples

you can see examples folder

ReactJS example

React-Native example