Skip to content

Latest commit

 

History

History
57 lines (36 loc) · 1.44 KB

README.md

File metadata and controls

57 lines (36 loc) · 1.44 KB

Build Status Coverage Status

bespoke-timeline

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

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

When using browser globals:

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

Package managers

npm

$ npm install bespoke-timeline

Bower

$ bower install bespoke-timeline

Credits

This plugin was built with generator-bespokeplugin.

License

MIT License