/sc-swiper

Polymer 1.0 element that wraps Swiper.js

Primary LanguageHTML

sc-swiper

Polymer 1.0 element that wraps Swiper.js

<sc-swiper> is an element that wraps around Swiper.js to render awesome sliders/carousels.

Getting started

Install with bower

First you need bower, see their site for details

bower install --save sc-swiper

How to use

  <sc-swiper>
    <img src="http://lorempixel.com/640/480/cats">
    <img src="http://lorempixel.com/640/480/sports">
    <img src="http://lorempixel.com/640/480/animals">
  </sc-swiper>

Contributions welcome, please create issues!