bespoke-theme-cube
Version:
Cube theme for Bespoke.js
44 lines (27 loc) • 1.24 kB
Markdown
[](https://travis-ci.org/markdalgleish/bespoke-theme-cube)
Cube theme for [Bespoke.js](http://markdalgleish.com/projects/bespoke.js) — [View demo](http://markdalgleish.github.io/bespoke-theme-cube/)
Download the [production version][min] or the [development version][max].
[]: https://raw.github.com/markdalgleish/bespoke-theme-cube/master/dist/bespoke-theme-cube.min.js
[]: https://raw.github.com/markdalgleish/bespoke-theme-cube/master/dist/bespoke-theme-cube.js
This theme is shipped in a [UMD format](https://github.com/umdjs/umd), meaning that it is available as a CommonJS/AMD module or browser global.
For example, when using CommonJS modules:
```js
var bespoke = require('bespoke'),
cube = require('bespoke-theme-cube');
bespoke.from('#presentation', [
cube()
]);
```
When using browser globals:
```js
bespoke.from('#presentation', [
bespoke.themes.cube()
]);
```
This theme was built with [generator-bespoketheme](https://github.com/markdalgleish/generator-bespoketheme).
[](http://en.wikipedia.org/wiki/MIT_License)