bespoke-forms
Form element support for Bespoke.js
Prevent keyboard events inside form elements from interacting with the presentation.
Download
Download the production version or the development version, or use a package manager.
Usage
First, include both bespoke.js
and bespoke-forms.js
in your page.
Then, simply include the plugin when instantiating your presentation.
bespoke.horizontal.from('article', {
forms: true
});
Package managers
Bower
$ bower install bespoke-forms
npm
$ npm install bespoke-forms
The bespoke-forms npm package is designed for use with browserify, e.g.
require('bespoke');
require('bespoke-forms');
Credits
This plugin was built with generator-bespokeplugin.
License
MIT License