Iron Swipeable Pages Save

[Polymer 1.x] Element that enables switching between different pages by swiping gesture.

Project README

Published on webcomponents.org

<iron-swipeable-pages>

Descripton

<iron-swipeable-pages> manages a set of pages and provides the ability to switch between them by swiping gesture.

Install

Install the component using Bower:

$ bower install iron-swipeable-pages --save

Usage

Import Custom Element:

<link rel="import" href="bower_components/iron-swipeable-pages/iron-swipeable-pages.html">

And then use it:

<iron-swipeable-pages selected="0">
  <div>One</div>
  <div>Two</div>
  <div>Three</div>
</iron-swipeable-pages>

See the Documentation for more options.

More Demos

https://geoloeg.github.io/iron-swipeable-pages/

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
Open Source Agenda is not affiliated with "Iron Swipeable Pages" Project. README Source: GeoloeG/iron-swipeable-pages
Stars
50
Open Issues
21
Last Commit
5 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating