flowbite icon indicating copy to clipboard operation
flowbite copied to clipboard

User-resizable component

Open AMythicDev opened this issue 7 months ago • 0 comments

Is your feature request related to a problem? Please describe. I am looking for a component which can be resized by the user at will. Basically a parent element like <PanelGroup> to hold all the panels and than the actual panels in <Panel> which contain the child elements like divs and stuff.

Describe the solution you'd like Well I found these two at hand:

  • https://www.npmjs.com/package/react-resizable-panels (This is what shadcn's implementation is based upon)
  • https://www.npmjs.com/package/react-resizable

Describe alternatives you've considered Use one of the above external libraries and configure them manually.

AMythicDev avatar May 09 '25 19:05 AMythicDev