<iron-swiper>
is a Polymer 2.x element that wraps around Swiper.js.
(For Polymer 1.x, use iron-swiper - v1.0.5 or lower.)
https://safetychanger.github.io/iron-swiper/
Install the component using Bower:
$ bower install iron-swiper --save
Import Custom Element:
<link rel="import" href="bower_components/iron-swiper/iron-swiper.html">
And then use it:
<iron-swiper>
<img src="sample1.jpg">
<img src="sample2.jpg">
<img src="sample3.jpg">
</iron-swiper>
See the Documentation for more options.
If you have any questions, you can find me on the Polymer Slack Channel, or just raise an Issue.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
MIT License © Ruben Stolk