A React component that simplifies your form validations in React projects with hook and extended html form elements.
Basic usage:
1. Install and import the component.
# NPM $ npm i reactjs-forms
import React from "react"; import ReactDOM from "react-dom"; import App from "./App"; import FormValidation from "reactjs-forms";
2. Add the FormValidation component to the app.
ReactDOM.render( <FormValidation> <App /> </FormValidation>, document.getElementById("root") );
Preview:
Download Details:
Author: huneljs
Live Demo: View The Demo
Download Link: Download The Source Code
Official Website: https://github.com/huneljs/reactjs-forms
License: MIT