1.0.0 • Published 10 years ago

bespoke-forms v1.0.0

Weekly downloads
7
License
-
Repository
github
Last release
10 years ago

Build Status Coverage Status

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

This plugin is shipped in a UMD format, meaning that it is available as a CommonJS/AMD module or browser global.

For example, when using CommonJS modules:

var bespoke = require('bespoke'),
  forms = require('bespoke-forms');

bespoke.from('article', [
  forms()
]);

When using browser globals:

bespoke.from('article', [
  bespoke.plugins.forms()
]);

Package managers

npm

$ npm install bespoke-forms

Bower

$ bower install bespoke-forms

Credits

This plugin was built with generator-bespokeplugin.

License

MIT License

1.0.0

10 years ago

1.0.0-beta

10 years ago

0.1.0

10 years ago