Skip to content

1000ch/carousel-panel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Sponsor this project

 

Packages

No packages published

Languages