Measured entry

8bitcn-sheet

sheetskeuomorphism

A retro-styled wrapper around the shadcn Sheet, shipped as a registry component plus a small theme stylesheet. It reuses the base Sheet API, replaces the content surface with pixel-like borders and a custom close icon, and depends on Radix Dialog, class variance authority, the shadcn utility helper, Tailwind classes, and a Google-hosted font.

Specimen
Harness screenshot of 8bitcn-sheet at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of 8bitcn-sheet at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of 8bitcn-sheet 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-sheet
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal43.8 KB (109.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 834ms
error during build:
[vite]: Rollup failed to resolve import "class-variance-authority" from "<sandbox>re-4f969b442345/src/cut/components/ui/8bit/sheet.tsx".

Verdict

A dependable themed Sheet that builds, mounts, stays within the tested viewports, and presents no detected accessibility issues. Choose it for a committed retro visual language; otherwise the extra styling and bundle cost are hard to justify over the base shadcn Sheet.

Use it if

  • Your interface already uses shadcn conventions and needs a side panel that matches a retro game or pixel-art theme.
  • You want the familiar Sheet composition API with support for panels entering from any edge.
  • You are comfortable loading the Press Start font from Google Fonts or hosting an equivalent font yourself.

Skip it if

  • Your product uses a restrained or typography-led design system where the pixel borders and retro font would feel out of place.
  • You need a self-contained drawer with no shadcn path aliases, base Sheet component, or Tailwind setup.
  • You cannot allow a stylesheet to fetch a font from an external service.
  • You want to minimize bundle overhead for what is primarily a visual variation of an existing primitive.

Install

Installation record for 8bitcn-sheet
Declared dependenciesradix-ui, clsx, 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 project, add a compatible base Sheet built on Radix Dialog, class variance authority, the cn utility backed by clsx and tailwind-merge, Tailwind theme and animation utilities, and matching path aliases. Copy the retro stylesheet, then decide whether to permit its Google Fonts import or replace it with a locally hosted font.

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.