Split panes. Drag the handle to change the ratio.
pnpm dlx shadcn@latest add https://stylexcn.vercel.app/r/resizable.jsonpnpm dlx shadcn@latest add @stylexcn/resizable<ResizablePanelGroup orientation="horizontal">
<ResizablePanel defaultSize={50}>One</ResizablePanel>
<ResizableHandle withHandle />
<ResizablePanel defaultSize={50}>Two</ResizablePanel>
</ResizablePanelGroup>