carousel-panel

1.0.0 • Public • Published

<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

Readme

Keywords

Package Sidebar

Install

npm i carousel-panel

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • 1000ch