bespoke-theme-sea

0.3.2 • Public • Published

Build Status

bespoke-theme-sea

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

When using browser globals:

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

Package managers

npm

$ npm install bespoke-theme-sea

Bower

$ bower install bespoke-theme-sea

Credits

This theme was built with generator-bespoketheme.

License

MIT License

Dependencies (0)

    Dev Dependencies (30)

    Package Sidebar

    Install

    npm i bespoke-theme-sea

    Weekly Downloads

    4

    Version

    0.3.2

    License

    none

    Unpacked Size

    61.4 kB

    Total Files

    19

    Last publish

    Collaborators

    • frncsdrk