bespokejs / bespoke-theme-cube

Cube theme for Bespoke.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

bespoke-theme-cube

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

About

Cube theme for Bespoke.js

License:MIT License


Languages

Language:JavaScript 74.3%Language:CSS 25.7%