ResizePanel
Two-panel workspace with pointer resizing, separator semantics, and complete arrow and edge keyboard controls.
Add with shadcn
npx shadcn@latest add https://www.uigrids.com/r/resize-panel.jsonInstall with the CLI
# adds ResizePanel to components/ui with the shadcn CLI
npx shadcn@latest add https://www.uigrids.com/r/resize-panel.jsonOr install the package
// npm install @uigrids/react-ui
import { ResizePanel } from '@uigrids/react-ui'
export default function App() {
return <ResizePanel />
}