0.0.0 • Published 10 years ago

bespoke-click v0.0.0

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

Build Status Coverage Status

bespoke-click

Click event for Bespoke.js

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'),
  click = require('bespoke-click');

bespoke.from('#presentation', [
  click()
]);

When using browser globals:

bespoke.from('#presentation', [
  bespoke.plugins.click()
]);

Package managers

npm

$ npm install bespoke-click

Bower

$ bower install bespoke-click

Credits

This plugin was built with generator-bespokeplugin.

License

MIT License