1.0.2 • Published 8 years ago

bespoke-nav v1.0.2

Weekly downloads
5
License
MIT
Repository
github
Last release
8 years ago

bespoke-nav

A composite plugin that combines the navigation plugins for Bespoke.js (bespoke-nav-kbd and bespoke-nav-touch) into a single plugin.

Usage

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

For example, when using CommonJS modules:

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

bespoke.from('.deck', [
  nav()
]);

When using browser globals:

bespoke.from('.deck', [
  bespoke.plugins.nav()
]);

For more information about options and how the plugin works, see the complete README.

License

MIT License