Skip to content

Ideabile/bespoke-timeview

Repository files navigation

Build Status Coverage Status

bespoke-timeview

Time line feature for bespoke

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

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

When using browser globals:

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

Package managers

npm

$ npm install bespoke-timeview

Bower

$ bower install bespoke-timeview

Credits

This plugin was built with generator-bespokeplugin.

License

MIT License

About

Timeline plugin for bespoke

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published