https://github.com/oom-components/form-validator
wip
https://github.com/oom-components/form-validator
Last synced: 8 months ago
JSON representation
wip
- Host: GitHub
- URL: https://github.com/oom-components/form-validator
- Owner: oom-components
- License: mit
- Created: 2018-05-11T12:59:34.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-16T15:30:49.000Z (about 8 years ago)
- Last Synced: 2025-09-05T16:46:33.427Z (9 months ago)
- Language: JavaScript
- Homepage: https://oom-components.github.io/form-validator/
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# @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 or Yarn to install [the package and the dependencies](https://www.npmjs.com/@oom/form-validator)
```sh
npm install @oom/form-validator
```
## Usage
To-do
## Demo
To run the demo, just clone this repository, enter in the directory and execute:
```sh
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/