Socket
Socket
Sign inDemoInstall

solid-sortable

Package Overview
Dependencies
4
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    solid-sortable

reactive drag and drop lists


Version published
Weekly downloads
0
Maintainers
1
Install size
103 kB
Created
Weekly downloads
 

Readme

Source

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)

Keywords

FAQs

Last updated on 29 Dec 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc