0.6.0 • Published 9 years ago

bespoke-theme-fancy v0.6.0

Weekly downloads
4
License
MIT
Repository
github
Last release
9 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

9 years ago

0.5.1

10 years ago

0.5.0

10 years ago

0.4.0

10 years ago

0.3.2

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.0

10 years ago

0.1.1

11 years ago

0.1.0

11 years ago