2.0.1 • Published 9 years ago

bespoke-theme-cube v2.0.1

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

Build Status

bespoke-theme-cube

Cube theme for Bespoke.js View demo

Download

Download the production version or the development version.

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

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

When using browser globals:

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

Credits

This theme was built with generator-bespoketheme.

License

MIT License

2.0.1

9 years ago

2.0.0

10 years ago

1.1.0

10 years ago

1.0.0

10 years ago

1.0.0-beta.3

10 years ago

1.0.0-beta

10 years ago