bespoke-theme-beachday

2.0.0 • Public • Published

bespoke-theme-beachday

A cheerful theme for Bespoke.js inspired by a Google Presentations theme — View demo

A sample slide showcasing the theme with a title and the author name: Flávio Coutinho

Download

Download the production version or the development version, or use a package manager.

Usage

This theme is shipped in two ways:

  1. in a UMD format and
  2. as CSS files inside dist/theme.

If you prefer to include it by requiring some JS file, you can use (1) as it makes the theme available as a CommonJS/AMD module or browser global.

For example, when using CommonJS modules:

const bespoke = require('bespoke')
const beachday = require('bespoke-theme-beachday');

bespoke.from('#presentation', [
  beachday()
])

When using browser globals:

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

Alternatively, if you prefer to include (2) CSS files directly, you can grab them from dist/theme directly. Reasons for this include if you strive for better performance, as loading the theme via (1) involves parsing a JS file before any CSS is included.

Package managers

npm

$ npm install bespoke-theme-beachday

Credits

This theme was built with generator-bespoketheme.

License

MIT License

Package Sidebar

Install

npm i bespoke-theme-beachday

Weekly Downloads

1

Version

2.0.0

License

MIT

Unpacked Size

532 kB

Total Files

34

Last publish

Collaborators

  • fegemo