Directory

← Back

iron-swipeable-pages

Polymer Element that enables swiping between pages

Author

Contributors

Rating

Published on webcomponents.org Build Status npm

This is a fork because the original element seems to no longer be maintained for newer Polymer versions.

<iron-swipeable-pages>

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

Install

Install the component using NPM:

$ npm install iron-swipeable-pages --save

Usage

Import Custom Element:

import 'iron-swipeable-pages/iron-swipeable-pages.js';

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

Discussing

You can also find the original creator on the Polymer Slack Channel under nickname of @MeTaNoV

Contributing

Please submit your PRs to myfrom branch if you have any new feature ideas.

For best development experience, it's recommended to have Polymer CLI installed. It provides functionality such as serving element docs locally and testing framework.

Compatibility

(Loading compatibility data...)

Was this helpful? Need more help?
Leave a comment or a question below. You can also join the chat on Discord or ask questions on StackOverflow.

Version

Dependencies

  • polymer#Polymer/polymer#^1.2.0
  • iron-resizable-behavior#PolymerElements/iron-resizable-behavior#^1.0.0
  • iron-selector#PolymerElements/iron-selector#^1.4.0
Released
2016-07-04
Maturity
IMPORTED
License
MIT License

Compatibility

Framework
Polymer 1.0+
Polymer 3.0+ in 2.0.0
Browser
Browser Independent

Vaadin Add-on Directory

Find open-source widgets, add-ons, themes, and integrations for your Vaadin application. Vaadin Add-on Directory
The channel for finding, promoting, and distributing Vaadin add-ons.
Online