Skip to content

OliBridgman/bespoke-timeline

Repository files navigation

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

About

Timeline plugin for Bespoke.js WIP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published