Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ktquez/inspect

Form validation in Javascript Vanilla, without dependencies and multiple languages. <3kb gzipped
https://github.com/ktquez/inspect

Last synced: 17 days ago
JSON representation

Form validation in Javascript Vanilla, without dependencies and multiple languages. <3kb gzipped

Awesome Lists containing this project

README

        

# Inspect
Form validation in Javascript Vanilla, without dependencies and multiple languages. ~8kb

[DEMO PAGE - http://ktquez.github.io/Inspect/](http://ktquez.github.io/Inspect/)

![alt tag](https://cloud.githubusercontent.com/assets/8084606/13711641/6b5a910e-e79e-11e5-927f-b38ee3f9a0e7.gif)

## How to use
### npm
```shell
npm install inspect-form --save
```

### bower
```shell
bower install inspect-form --save
```

Include the script of the Inspect on your page
```html

...