Georgegriff / react-dnd-kit-tailwind-shadcn-ui

Drag and drop Accessible kanban board implementing using React, @dnd-kit, tailwind and shadcn/ui
https://georgegriff.github.io/react-dnd-kit-tailwind-shadcn-ui/
MIT License
397 stars 30 forks source link

Resizable component #4

Open flipvh opened 5 months ago

flipvh commented 5 months ago

Hi George, thank you for this amazing starter.

FYI i am experimenting with adding the Shadcn Resizable component in the mix. It works quite well from a first attempt. However, during the drag of an entire column, the animations don't properly display due to overflow:hidden, I assume.

I will continue to tinker on this if I find time. Would you also be interested in adding this or perhaps somebody else who ended up using this code?

thnks! Flip

Georgegriff commented 5 months ago

Hey! Glad you've found the starter useful. I'm not spending too much time keeping this updated. However, what you're talking about sounds super interesting! I'd be open to a contribution if you can come up with a nice example

flipvh commented 5 months ago

Great, will do!