solid-drag-list
v0.1.4
Published
reactive drag and drop lists
Downloads
43
Readme
solid-drag-list
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)