bespoke-theme-sea
v0.3.2
Published
A theme as blue as the sea for Bespoke.js
Downloads
6
Maintainers
Readme
bespoke-theme-sea
A theme as blue as the sea for Bespoke.js — View 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'),
sea = require('bespoke-theme-sea');
bespoke.from('#presentation', [
sea()
]);
When using browser globals:
bespoke.from('#presentation', [
bespoke.themes.sea()
]);
Package managers
npm
$ npm install bespoke-theme-sea
Bower
$ bower install bespoke-theme-sea
Credits
This theme was built with generator-bespoketheme.