huntabyte / shadcn-svelte

shadcn/ui, but for Svelte. ✨
https://shadcn-svelte.com
MIT License
4.36k stars 273 forks source link

Add sortable/drag-n-drop components #1142

Closed wesharper closed 2 weeks ago

wesharper commented 2 weeks ago

Describe the feature

I haven't found many great "batteries-included" drag and drop utilities for svelte. The best one I've found so far that utilizes svelte's reactivity is svelte-dnd-action. It could be a nice thing to pull in as a dependency and augment, similar to Sonner. It may also be a nice starting point for the Svecosystem folks to either fork or support directly.

wesharper commented 2 weeks ago

Apologies, didn't see the caveat about non-shadcn-ui components getting added. Will close.