0.3.2 • Published 6 years ago

bespoke-theme-sea v0.3.2

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

Build Status

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.

License

MIT License

0.3.2

6 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago

1.0.0

8 years ago