Socket
Book a DemoInstallSign in
Socket

bespoke-theme-cube

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bespoke-theme-cube

Cube theme for Bespoke.js

latest
Source
npmnpm
Version
2.0.1
Version published
Maintainers
1
Created
Source

Build Status

bespoke-theme-cube

Cube theme for Bespoke.jsView demo

Download

Download the production version or the development version.

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'),
  cube = require('bespoke-theme-cube');

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

When using browser globals:

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

Credits

This theme was built with generator-bespoketheme.

License

MIT License

Keywords

bespoke-plugin

FAQs

Package last updated on 07 Dec 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts