The helper functions/variables used by the packages under `@react-input-validator`
npm install @react-input-validator/helpersIt's to validate the input component value in React app (web and native). The value is validated based on the
rule(s) defined for the input. If the input is invalid, the error message is shown near the input. Moreover,
you can change the inputs' appearance when they are invalid or also valid after the invocation of validation
as depicted by the pictures below:
!validation for different types of inputs
!validation with status icon
!file upload
It's very useful before submitted to the server.
For web app, install the following package:
npm i @react-input-validator/web
For React Native app, install the following package:
npm i @react-input-validator/native
example directory in the source code.