cschroeter / park-ui

Beautifully designed components built with Ark UI and Panda CSS that work with a variety of JS frameworks.
https://park-ui.com
MIT License
1.75k stars 75 forks source link

[Suggest] Scrollable tabs with drag-and-drop reordering using ParkUI #458

Open kotsutsumi opened 4 weeks ago

kotsutsumi commented 4 weeks ago

Extended ParkUI tabs to create a scrolling and drag-and-drop component, It works like a Visual Studio Code tab.

It is for React and does not support Vue, Solid JS, but I created it myself because I thought it would be nice if such functionality could be implemented.

It may not be suitable for official ParkUI since it uses dnd kit, This is just a feature implementation request and suggestion.

See: https://gist.github.com/kotsutsumi/3677758aa6b4092b693fed887e7984cd

スクリーンショット 2024-10-28 18 30 58

Regards, Kazu.