bespoke-theme-nebula

A theme for Bespoke.js

Usage no npm install needed!

<script type="module">
  import bespokeThemeNebula from 'https://cdn.skypack.dev/bespoke-theme-nebula';
</script>

README

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