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 = cube = ; bespoke;
When using browser globals:
bespoke;
Credits
This theme was built with generator-bespoketheme.