bespoke-theme-simple-slide

0.1.0 • Public • Published

Build Status

bespoke-theme-simple-slide

A simple theme for Bespoke.jsView 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

Package Sidebar

Install

npm i bespoke-theme-simple-slide

Weekly Downloads

0

Version

0.1.0

License

none

Last publish

Collaborators

  • martinrubinsztein