Skip to content

mghignet/bespoke-theme-emix

Repository files navigation

Build Status

bespoke-theme-emix

A simple and elegant Bespoke.js 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'),
  emix = require('bespoke-theme-emix');

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

When using browser globals:

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

Package managers

npm

$ npm install bespoke-theme-emix

Bower

$ bower install bespoke-theme-emix

Credits

This theme was built with generator-bespoketheme.

License

MIT License

About

A single and elegant theme for Bespoke.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published