https://github.com/geoloeg/iron-swipeable-pages
[Polymer 1.x] Element that enables switching between different pages by swiping gesture.
https://github.com/geoloeg/iron-swipeable-pages
polymer polymer-element swipe swipe-gestures swipeable webcomponents
Last synced: 5 months ago
JSON representation
[Polymer 1.x] Element that enables switching between different pages by swiping gesture.
- Host: GitHub
- URL: https://github.com/geoloeg/iron-swipeable-pages
- Owner: GeoloeG
- License: mit
- Created: 2016-01-09T11:03:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-09-03T05:41:03.000Z (almost 8 years ago)
- Last Synced: 2024-11-18T21:12:39.412Z (over 1 year ago)
- Topics: polymer, polymer-element, swipe, swipe-gestures, swipeable, webcomponents
- Language: HTML
- Homepage:
- Size: 2.75 MB
- Stars: 49
- Watchers: 9
- Forks: 25
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.webcomponents.org/element/GeoloeG/iron-swipeable-pages)
# ``
## Descripton
`` manages a set of pages and provides the ability to switch between them by swiping gesture.
## Install
Install the component using [Bower](http://bower.io/):
```sh
$ bower install iron-swipeable-pages --save
```
## Usage
Import Custom Element:
```html
```
And then use it:
```html
One
Two
Three
```
See the [Documentation](https://geoloeg.github.io/iron-swipeable-pages/) for more options.
## More Demos
[https://geoloeg.github.io/iron-swipeable-pages/](https://geoloeg.github.io/iron-swipeable-pages/components/iron-swipeable-pages/demo/)
## 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