Skip to content

fegemo/bespoke-theme-sandy

Repository files navigation

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

About

A more serious theme for Bespoke.js with a sandy background color

Resources

License

Stars

Watchers

Forks

Packages

No packages published