@vpckso/react-drag-to-select
v1.0.2
Published
A performant React library which adds drag to select to your app
Downloads
80
Readme
✨ Features
- Near 60 fps in 6x CPU slowdown on 2.3 GHz Quad-Core Intel Core i7
- Simple API. It doesn't actually select items; just draws the selection box and passes you coordinates so you can determine that (we provided a utility to help though)
- Fully built in TypeScript
- Unit and e2e tested
- Actively battle-tested in a production-scale application
- Supports touch events
Install
npm install --save @vpckso/react-drag-to-select