carousel-panel

Custom element that provides Carousel gallery.


Keywords
WebComponents, web-components
License
MIT
Install
bower install carousel-panel

Documentation

<carousel-panel>

Custom element that provides Carousel gallery.

Install

Using npm:

$ npm install carousel-panel

Using bower:

$ bower install carousel-panel

Usage

Import carousel-panel.html.

<link rel="import" href="carousel-panel.html">

Put <carousel-panel> tag including <img> tags.

<carousel-panel>
  <img src="image.jpg" width="320" height="320">
  <img src="image.png" width="320" height="320">
  <img src="image.gif" width="320" height="320">
</carousel-panel>

License

MIT: http://1000ch.mit-license.org