1.0.0 • Published 10 years ago
carousel-panel v1.0.0
<carousel-panel>
About
Carousel gallery component.
Install
Using npm:
$ npm install carousel-panelUsing bower:
$ bower install carousel-panelUsage
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>