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;
}
Versions
Version | Downloads (Last 7 Days) | Tag |
---|
0.0.2 | 0 | latest |
Version History
Version | Downloads (Last 7 Days) | Published |
---|
0.0.2 | 0 | |
Package Sidebar
Install
Weekly Downloads