1.0.0 • Published 9 years ago

carousel-panel v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

<carousel-panel>

About

Carousel gallery component.

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