0.1.4 • Published 9 months ago

solid-drag-list v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

solid-drag-list

pnpm

drag and drop lists for SolidJS

currently undergoing rapid development, so I wouldn't reccomend using it for production

Quick start

Use it:

import { DragList } from "solid-drag-list";

Add to project to use drag handle directive in typescript:

declare module "solid-js" {
  namespace JSX {
    interface Directives {
      dragHandle: boolean;
    }
  }
}

Obligatory Feature List

  • animations
  • custom layouts
  • autoscroll
  • drag from one list to another
  • data-driven, reactive API
  • specify drag handle (custom directive)
0.1.2

9 months ago

0.1.4

9 months ago

0.1.3

9 months ago

0.1.1

9 months ago

0.1.0

9 months ago