bespoke-forms

1.0.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i bespoke-forms

Weekly Downloads

65

Version

1.0.0

License

none

Last publish

Collaborators

  • markdalgleish
  • mojavelinux