Skip to content

Waveorb form functions for posting forms and uploads

Notifications You must be signed in to change notification settings

eldoy/waveorb-form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks