Skip to content

capptions/iron-swiper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4a48d51 · Aug 8, 2018

History

73 Commits
Apr 14, 2018
Apr 14, 2018
Apr 15, 2018
Apr 14, 2018
Apr 14, 2018
Apr 14, 2018
Apr 14, 2018
Oct 11, 2017
Jan 10, 2018
Apr 14, 2018
Feb 7, 2017
Jan 18, 2017
Aug 8, 2018
Apr 14, 2018
Apr 14, 2018
Apr 14, 2018
Apr 14, 2018

Repository files navigation

<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.)

Demo

https://safetychanger.github.io/iron-swiper/

Install

Install the component using Bower:

$ bower install iron-swiper --save

Usage

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.

Discussing

If you have any questions, you can find me on the Polymer Slack Channel, or just raise an Issue.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

MIT License © Ruben Stolk

Throughput Graph