Skip to content

oom-components/form-validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@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/