Resizable Panels
Two panels with a drag handle. Pointer events, touch support, configurable split and min-size.
layout resizable-panels
Usage
layout.ResizablePanels(
layout.ResizablePanelsProps{
Direction: "horizontal",
InitialSplit: 40,
Min: 20,
},
firstPanelContent,
secondPanelContent,
)