bespoke-loop

1.0.0 • Public • Published

Build Status Coverage Status

bespoke-loop

Looping Presentations for Bespoke.js

Download

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

Usage

This plugin 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'),
  loop = require('bespoke-loop');
 
bespoke.from('article', [
  loop()
]);

When using browser globals:

bespoke.from('article', [
  bespoke.plugins.loop()
]);

Package managers

npm

$ npm install bespoke-loop

Bower

$ bower install bespoke-loop

Credits

This plugin was built with generator-bespokeplugin.

License

MIT License

/bespoke-loop/

    Package Sidebar

    Install

    npm i bespoke-loop

    Weekly Downloads

    0

    Version

    1.0.0

    License

    none

    Last publish

    Collaborators

    • markdalgleish
    • mojavelinux