JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 55
  • Score
    100M100P100Q70534F

Package Exports

  • drag-selectjs

Readme

drag-selectjs ⚡️

Make any element selectable with just a few lines of code 👊

  • Lightweight ☁️
  • Easy to use 🌞
  • Compatible with any frontend framework 🔥

Installation

npm i drag-selectjs

or...

yarn add drag-selectjs

Usage

import { dragSelect, onSelected } from 'drag-selectjs'

dragSelect('drag-box-class', 'selected-element-class') // Arguments are optional

onSelected(selected => {
    console.log(selected) // [div.selected-element-class, ...]
})

Contributions welcome!