ember-swipe

0.0.2 • Public • Published

ember-swipe

This Ember addon is a direct port of the fantastic react-swipe to Ember.

It provides a wrapper for Swipe.js and gives you a component that makes it easy to create a swipeable slider in your UI.

Installation

ember install ember-swipe

You will also need to add the following styles to your stylesheet:

.swipe-container {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}
.swipe-wrapper {
  overflow: hidden;
  position: relative;
}
.swipe-wrapper > div {
  float:left;
  width:100%;
  position: relative;
}

Package Sidebar

Install

npm i ember-swipe

Weekly Downloads

1

Version

0.0.2

License

MIT

Last publish

Collaborators

  • cafreeman