Resizable
Displays an 8-bit resizable panel component.
8-bit resizable panel component
With Handle
8-bit resizable panel component with handle
Orientation
A simple 8-bit resizable panel component with column
Installation
pnpm dlx shadcn@canary add https://8bitcn.com/r/8bit-resizable.json
Usage
import {
ResizableHandle,
ResizablePanel,
ResizablePanelGroup,
} from "@/components/ui/8bit/resizable"
<ResizablePanelGroup direction="horizontal">
<ResizablePanel>One</ResizablePanel>
<ResizableHandle withHandle />
<ResizablePanel>Two</ResizablePanel>
</ResizablePanelGroup>