Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ktquez/inspect
- Owner: ktquez
- License: gpl-2.0
- Created: 2015-08-26T19:46:37.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-10-19T00:25:07.000Z (about 6 years ago)
- Last Synced: 2024-10-12T19:47:58.270Z (about 1 month ago)
- Language: JavaScript
- Homepage: http://ktquez.github.io/Inspect
- Size: 146 KB
- Stars: 133
- Watchers: 7
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: license-gpl-v2.md
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...