A simple and effective validation hook used to validate the html forms.
import { useFormInputValidation } from "react-form-input-validation";const [fields, errors, form] = useFormInputValidation({ email: "", password: "" });
Example in Code Sandbox.
Optional
A simple and effective validation hook used to validate the html forms.
Example
See
Example in Code Sandbox.