1.1.1 • Published 4 years ago

bespoke-theme-sandy v1.1.1

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

Build Status

bespoke-theme-sandy

A cheerful theme for Bespoke.js inspired by a Google Presentations theme 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'),
  sandy = require('bespoke-theme-sandy');

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

When using browser globals:

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

Package managers

npm

$ npm install bespoke-theme-sandy

Credits

This theme was built with generator-bespoketheme.

License

MIT License