Measured entry

8bitcn-resizable

sheetskeuomorphism

A pixel-styled resizable panel group shipped as a shadcn registry component, plus an optional retro font stylesheet. It is a client component built on react-resizable-panels and expects Tailwind classes, theme color tokens, and a shadcn-style cn utility available through the configured import alias.

Specimen
Harness screenshot of 8bitcn-resizable at 375 pixels wide
Harness screenshot at 375 pixels wide. This viewport scrolled sideways.
Harness screenshot of 8bitcn-resizable at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of 8bitcn-resizable at 1440 pixels wide
Harness screenshot at 1440 pixels wide. No horizontal overflow recorded.

Measured

Every value below was written by the harness on the run that produced the frames above. None of it is derived from the prose.

Harness measurements recorded for 8bitcn-resizable
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowflagged at 375
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal40.8 KB (106.3 KB build, 65.5 KB baseline)
Bare modeFAIL
Provider requiredNO
Demo usedwritten from the component source API

What the harness recorded

BARE BUILD

✗ Build failed in 647ms
error during build:
[vite]: Rollup failed to resolve import "react-resizable-panels" from "<sandbox>re-6bceb3853be4/src/cut/components/ui/8bit/resizable.tsx".

Verdict

A sound choice for retro split-pane interfaces: it builds and mounts cleanly, works without a provider, and exposes the underlying panel API. Budget for responsive adjustments on narrow screens and accept the added client dependency for resizing behavior.

Use it if

  • You need draggable horizontal or vertical splits for editors, dashboards, maps, or inspector layouts.
  • Keyboard-operable resize handles matter and you want an established panel primitive under the visual treatment.
  • Your app already uses Tailwind and can support the component's theme tokens and utility conventions.

Skip it if

  • Your narrow layouts must avoid horizontal overflow without adding responsive sizing or an alternate mobile arrangement.
  • You want a minimal client payload for a simple static divider or fixed column layout.
  • Your design system cannot accommodate the heavy pixel border treatment or Tailwind-specific selectors.

Install

Installation record for 8bitcn-resizable
Declared dependenciesclsx, tailwind-merge
Missing on installnone
Bare installfails once the shadcn-style helpers are removed, so it needs that setup
Providerno provider required in the harness

In a non-shadcn app, install react-resizable-panels, clsx, and tailwind-merge; add or replace the cn helper and its import alias; configure Tailwind theme tokens and supported selectors; keep the client boundary; and include the retro stylesheet only if you want its font utilities.

Source and credit

This page is a review, not a copy. The component source lives with its author and this site does not republish it. Read the license before you use anything.

License
MIT
Record published
2026-08-16

Alternatives

Other published entries for the sheet pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.