Skip to content

Polymer element that wraps Swiper.js

Notifications You must be signed in to change notification settings

berndhopp/iron-swiper

 
 

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

About

Polymer element that wraps Swiper.js

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • HTML 100.0%