Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

ember-swipe

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-swipe

The default blueprint for ember-cli addons.

latest
Source
npmnpm
Version
0.0.2
Version published
Maintainers
1
Created
Source

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;
}

Keywords

ember-addon

FAQs

Package last updated on 10 Jul 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts