bespoke-theme-fancy

A fancy, sassy styled theme for Bespoke.js


Keywords
bespoke-plugin, bespoke-theme
License
MIT
Install
npm install bespoke-theme-fancy@0.6.0

Documentation

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