KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
iron-swiper
★ 22
Open GitHub ↗
Polymer element that wraps Swiper.js
Download README (.md)
Explore Similar Repositories
u5e
:
Unicode Text C++ library
tanok
:
Elm Architecture-inspired wrapper for Rx.js+React
nodelet_rosbag
:
No description available.
stereogramaxo
:
Self-designed Autostereogram Generator
omsi
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
iron-swiper
?
Download (.md)
`<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/](https://safetychanger.github.io/iron-swiper/) ## Install Install the component using [Bower](http://bower.io/): ```sh $ bower install iron-swiper --save ``` ## Usage Import Custom Element: ```html <link rel="import" href="bower_components/iron-swiper/iron-swiper.html"> ``` And then use it: ```html <iron-swiper> <img src="sample1.jpg"> <img src="sample2.jpg"> <img src="sample3.jpg"> </iron-swiper> ``` See the [Documentation](https://safetychanger.github.io/iron-swiper/) for more options. ## Discussing If you have any questions, you can find me on the [Polymer Slack Channel](https://polymer.slack.com/), 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](http://opensource.org/licenses/MIT) © Ruben Stolk [](https://waffle.io/safetychanger/iron-swiper/metrics)