Giter VIP home page Giter VIP logo

mv-sorter's Introduction

Published on NPM

<mv-sorter>

Drag and drop for lists as a web component.

Demo

See Demo.

Features

  • Natural movement of items using kinetic momentum

  • Performant (using requestAnimationFrame and css translate)

  • No dependencies

  • Clean and powerful api

  • Vertical lists

  • Horizontal lists

  • Movement between lists

  • Supports both mouse and touch interfaces

  • Unopinionated styling

  • No creation of additional wrapper dom nodes

  • Accepts any html elements as draggable

  • Allows text selection around and inside items

  • Handles elements of different sizes

  • Supports drop of element anywhere on page, finding the closest availible drop area

  • Handles changing visibility of drop zones

  • Optional drag handles

  • (almost) supports multiple and nested sortable containers

  • Configurable drop zones per container.

  • Dispatches events and uses css classes for changing states

  • Respects the disabled attribute

  • Handles changes in element and page layout during dragging and animations

Usage

Installation

npm install --save mv-sorter

In an html file

<script type="module" src="./mv-sorter.js"></script>
<mv-sorter><div>A</div><div>B</div></mv-sorter>

Supported attributes are:

  • row: elements are displayes horizontal (default)
  • column: elements are displayed vertical
  • lock: Only move in selected axis
  • group: Allow movement to other containers in the same group
  • autosave: move element in DOM after drop
  • disabled: make container inactive

Events you can listen to on the mv-sorter container:

  • drop: details {element, item}
  • dropoutside: details {element, item}

Methods availible on the mv-sorter container:

  • reset(): move all items back to their original DOM positions
  • commit(): update DOM placing items in their new place
  • elements(): lists elements in the container, similar to what you would get from the DOM after a commit()
  • elements_removed(): list elements moved to another contianer
  • elements_added(): lists elements moved here from another container

The property is_altered tells you if anything has changed, like sort order or anything added or removed.

You can also add a mv-draghandle in an element for using that for dragging, instead of the whole element.

Missing features

  • Keyboard and accessability support

  • Scroll viewport when items are dragged to edge

mv-sorter's People

Contributors

aigan avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

purestar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.