Skip to content

wilgaboury/solid-sortable

Repository files navigation

solid-sortable

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)

About

reactive drag and drop lists

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published