<paper-swipeable-pages>
manages a set of pages and provides the ability to switch between them by swiping gesture.
https://metanov.github.io/paper-swipeable-pages/
Install the component using Bower:
$ bower install paper-swipeable-pages --save
Import Custom Element:
<link rel="import" href="bower_components/paper-swipeable-pages/paper-swipeable-pages.html">
And then use it:
<paper-swipeable-pages>
<div>One</div>
<div>Two</div>
<div>Three</div>
</paper-swipeable-pages>
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 © Pascal Gula