bespoke-theme-nebula

1.0.1 • Public • Published

Build Status

bespoke-theme-nebula

A 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'),
  nebula = require('bespoke-theme-nebula');
 
bespoke.from('#presentation', [
  nebula()
]);

When using browser globals:

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

Package managers

npm

$ npm install bespoke-theme-nebula

Bower

$ bower install bespoke-theme-nebula

Credits

This theme was built with generator-bespoketheme.

License

MIT License

Dependencies (0)

    Dev Dependencies (30)

    Package Sidebar

    Install

    npm i bespoke-theme-nebula

    Weekly Downloads

    4

    Version

    1.0.1

    License

    none

    Last publish

    Collaborators

    • markdalgleish
    • mojavelinux