bento.js
v0.0.1
Published
A responsive header library for multiple images.
Readme
Bento.js

A responsive header library supporting multiple iamges.
Getting started
Install via npm
$ npm install bento.jsOr, Bower:
$ bower install bento.jsDrop in the script:
<script src="/path/to/bento.js/dist/bento.js"></script>Create a bento element and add it to your page:
var images = [
'https://unsplash.it/300/300/?random=1',
'https://unsplash.it/300/300/?random=2',
'https://unsplash.it/300/300/?random=3',
];
var bento = window.Bento.create(images);
document
.querySelector('.container')
.appendChild(bento.DOMElement);Contributing
- Clone the repo:
https://github.com/kitinc/bento.js.git - Install dev dependencies:
npm install - Make changes and rebuild:
npm run build - Open a PR!
Attribution
Released under the MIT License.
