1.0.1 • Published 5 years ago

@vaadin/vaadin-mobile-drag-drop v1.0.1

Weekly downloads
23
License
Apache-2.0
Repository
github
Last release
5 years ago

vaadin-mobile-drag-drop

An initialization script for mobile-drag-drop polyfill that includes special configuration to support Web Components.

Installation

Bower

bower i vaadin/vaadin-mobile-drag-drop --save

Once installed, import the polyfill and the initializer in your application:

<script src="bower_components/mobile-drag-drop/release/index.min.js"></script>
<script src="bower_components/vaadin-mobile-drag-drop/index.js"></script>

Npm

npm install @vaadin/vaadin-mobile-drag-drop

Once installed, import the polyfill and the initializer in your application:

<script src="node_modules/mobile-drag-drop/index.min.js"></script>
<script src="node_modules/vaadin-mobile-drag-drop/index.min.js"></script>