0.1.0 • Published 2 years ago

solid-sortable v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

solid-sortable

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 { Sortable } from "solid-sortable";

Add to project to use drag handle directive in typescript:

declare module "solid-js" {
  namespace JSX {
    interface Directives {
      sortableHandle: 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.0

2 years ago

0.0.0-0

2 years ago

0.0.0

3 years ago