Skip to content

GeoloeG/paper-swipeable-pages

Repository files navigation

Bower version Build Status Dependency Status

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

Demo

https://metanov.github.io/paper-swipeable-pages/

Install

Install the component using Bower:

$ bower install paper-swipeable-pages --save

Usage

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.

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 © Pascal Gula

Throughput Graph

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published