bespoke-theme-fancy

0.6.0 • Public • Published

Build Status

bespoke-theme-fancy

A fancy, sassy styled theme for Bespoke.jsView 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

Package Sidebar

Install

npm i bespoke-theme-fancy

Weekly Downloads

10

Version

0.6.0

License

MIT

Last publish

Collaborators

  • fegemo