1.0.2 • Published 8 years ago

bespoke-theme-blue-sky v1.0.2

Weekly downloads
3
License
-
Repository
github
Last release
8 years ago

Build Status

bespoke-theme-blue-sky

A theme 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'),
  blueSky = require('bespoke-theme-blue-sky');

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

When using browser globals:

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

Package managers

npm

$ npm install bespoke-theme-blue-sky

Bower

$ bower install bespoke-theme-blue-sky

Credits

This theme was built with generator-bespoketheme.

License

MIT License

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago