bespoke-theme-sandy

1.1.1 • Public • Published

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

/bespoke-theme-sandy/

    Package Sidebar

    Install

    npm i bespoke-theme-sandy

    Weekly Downloads

    1

    Version

    1.1.1

    License

    MIT

    Unpacked Size

    5.11 MB

    Total Files

    56

    Last publish

    Collaborators

    • fegemo