Resizable

Accessible resizable panel groups and layouts with keyboard support.

A simple 8-bit resizable panel component

One
Two
Three

With Handle

A simple 8-bit resizable panel component with handle

Sidebar
Content

Orientation

A simple 8-bit resizable panel component with column

Header
Content

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>