Javascript library with the following features:
- No dependencies
- Superlight.
- Follows the progressive enhancement strategy: if javascript fails, the web page keeps working
- Built with ES6, so you may need a transpiler for old browser support
Requirements:
- NPM or Yarn to install the package and the dependencies
npm install @oom/form-validator
To-do
To run the demo, just clone this repository, enter in the directory and execute:
npm install
npm start
You should see something in http://localhost:8080/
There's an online demo here: https://oom-components.github.io/form-validator/