0.1.0 • Published 9 years ago

bespoke-theme-simple-slide v0.1.0

Weekly downloads
4
License
-
Repository
github
Last release
9 years ago

Build Status

bespoke-theme-simple-slide

A simple theme for Bespoke.js View demo

Download

Download the production version or the development version, or use a package manager.

Usage

This theme 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'),
  simpleSlide = require('bespoke-theme-simple-slide');

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

When using browser globals:

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

Package managers

npm

$ npm install bespoke-theme-simple-slide

Bower

$ bower install bespoke-theme-simple-slide

Credits

This theme was built with generator-bespoketheme.

License

MIT License