eldoy / waveorb-form

Waveorb form functions for posting forms and uploads

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Waveorb Form

Form functions for posting forms and doing uploads with Waveorb.

Install

npm i waveorb-form

Usage

var Form = require('waveorb-form')

Include the class on your web site, and Pass the selector of the form you want to activate:

<script>
  ${Form}
  new Form('form')
</script>

See the pages in app/pages for exmples of use.

License

ISC Licensed. Enjoy!

Created by Eldøy Projects

About

Waveorb form functions for posting forms and uploads


Languages

Language:SCSS 51.7%Language:JavaScript 48.3%