All Projects → GeoloeG → iron-swipeable-pages

GeoloeG / iron-swipeable-pages

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

Programming Languages

HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to iron-swipeable-pages

mapbox-gl
Polymer 2.0 custom element for mapbox-gl-js. Uses WebGL to render interactive maps from vector tiles and Mapbox styles - compatible with deck-gl.
Stars: ✭ 24 (-52.94%)
Mutual labels:  polymer, webcomponents, polymer-element
vaadin-context-menu
The responsive Web Component for showing context dependent items for any element on the page. Part of the Vaadin components.
Stars: ✭ 26 (-49.02%)
Mutual labels:  polymer, webcomponents, polymer-element
vaadin-dialog
High quality web component for modal dialogs. Part of the Vaadin platform.
Stars: ✭ 15 (-70.59%)
Mutual labels:  polymer, webcomponents, polymer-element
vaadin-split-layout
The Web Component which allows you to partition a layout into resizeable areas. Part of the Vaadin components.
Stars: ✭ 40 (-21.57%)
Mutual labels:  polymer, webcomponents, polymer-element
skeleton-carousel
Carousel component. Horizontal and vertical swipe navigation
Stars: ✭ 31 (-39.22%)
Mutual labels:  polymer, webcomponents, swipe
vaadin-icons
Vaadin Icons is a collection of 600+ unique icons designed for web applications
Stars: ✭ 59 (+15.69%)
Mutual labels:  polymer, webcomponents, polymer-element
Vaadin Form Layout
The Web Component providing configurable responsive layout for form elements. Part of the Vaadin components.
Stars: ✭ 15 (-70.59%)
Mutual labels:  polymer, webcomponents
Gwt Api Generator
Generator for creating GWT JSInterop clients from Polymer Web Components
Stars: ✭ 49 (-3.92%)
Mutual labels:  polymer, webcomponents
Redux Store Element
A custom element allowing a more declarative use of Redux.
Stars: ✭ 83 (+62.75%)
Mutual labels:  polymer, webcomponents
Frontend
🍭 Frontend for Home Assistant
Stars: ✭ 1,366 (+2578.43%)
Mutual labels:  polymer, webcomponents
Google Chart
Google Charts API web components
Stars: ✭ 284 (+456.86%)
Mutual labels:  polymer, webcomponents
Vaadin Upload
The Web Component for uploading multiple files with progress indication. Part of the Vaadin components.
Stars: ✭ 87 (+70.59%)
Mutual labels:  polymer, webcomponents
Wc Loader
🚽 Webcomponents webpack loader.
Stars: ✭ 101 (+98.04%)
Mutual labels:  polymer, webcomponents
Vaadin
An evolving set of open source web components for building mobile and desktop web applications in modern browsers.
Stars: ✭ 424 (+731.37%)
Mutual labels:  polymer, webcomponents
Awesome Polymer
A collection of awesome Polymer resources.
Stars: ✭ 384 (+652.94%)
Mutual labels:  polymer, webcomponents
Login Fire
An element that allows simple configuration of multiple provider login for firebase
Stars: ✭ 58 (+13.73%)
Mutual labels:  polymer, webcomponents
Vaadin Core
An evolving set of free, open source web components for building mobile and desktop web applications in modern browsers.
Stars: ✭ 382 (+649.02%)
Mutual labels:  polymer, webcomponents
Highcharts Chart
Polymer Element wrapper for highcharts library. Seamlessly create various types of charts from one element.
Stars: ✭ 97 (+90.2%)
Mutual labels:  polymer, webcomponents
The Grid
Grid layout custom element with drag and drop capabilities
Stars: ✭ 122 (+139.22%)
Mutual labels:  polymer, webcomponents
Webdash
🔥 Orchestrate your web project with Webdash the customizable web dashboard
Stars: ✭ 1,528 (+2896.08%)
Mutual labels:  polymer, webcomponents

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].