Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 723 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 723 Bytes

@oom/form-validator

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

Install

Requirements:

npm install @oom/form-validator

Usage

To-do

Demo

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/