Socket
Socket
Sign inDemoInstall

@kano/polymer-sortablejs

Package Overview
Dependencies
3
Maintainers
6
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @kano/polymer-sortablejs

Minimalist library for reorderable drag-and-drop lists on modern browsers and touch devices. No jQuery.


Version published
Weekly downloads
4
increased by33.33%
Maintainers
6
Install size
2.26 MB
Created
Weekly downloads
 

Readme

Source

polymer-sortablejs

Gitter

A Polymer binding to SortableJS.

Demo: http://rubaxa.github.io/Sortable/

Usage


<link rel="import" href="bower_components/polymer-sortablejs/polymer-sortablejs.html"/>

<sortable-js>
  <template is="dom-repeat" items={{items}}>
    <div>{{item}}</div>
  </template>
</sortable-js>

Install

$ bower install polymer-sortablejs

Keywords

FAQs

Last updated on 06 Jun 2018

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc