0.6.0 • Published 8 years ago

bespoke-theme-fancy v0.6.0

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

Build Status

bespoke-theme-fancy

A fancy, sassy styled 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'),
  fancy = require('bespoke-theme-fancy');

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

When using browser globals:

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

Package managers

npm

$ npm install bespoke-theme-fancy

Bower

$ bower install bespoke-theme-fancy

Credits

This theme was built with generator-bespoketheme.

License

MIT License

0.6.0

8 years ago

0.5.1

9 years ago

0.5.0

9 years ago

0.4.0

9 years ago

0.3.2

9 years ago

0.3.1

9 years ago

0.3.0

9 years ago

0.2.0

9 years ago

0.1.1

10 years ago

0.1.0

10 years ago