Measured entry
8bitcn-textarea
A pixel-art wrapper around the shadcn textarea, shipped as a registry component with a companion retro stylesheet. It relies on the shadcn base textarea, the project cn helper, class-variance-authority, Tailwind utility classes, and a Google-hosted font import.



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.
| Build | OK |
|---|---|
| Mount | OK |
| Console errors | 0 |
| Uncaught page errors | 0 |
| Horizontal overflow | clean at 375, 768, 1440 |
| Axe critical | 1 |
| Axe serious | 0 |
| Axe moderate | 0 |
| Axe minor | 0 |
| Gzip marginal | 29.7 KB (95.1 KB build, 65.4 KB baseline) |
| Bare mode | FAIL |
| Provider required | NO |
| Demo used | written from the component source API |
What the harness recorded
BARE BUILD
✗ Build failed in 632ms error during build: [vite]: Rollup failed to resolve import "class-variance-authority" from "<sandbox>re-bc04dd24086f/src/cut/components/ui/8bit/textarea.tsx".
Verdict
The visual wrapper is small and easy to understand, but the verified package does not build because its shadcn base textarea import is absent. It needs a shadcn-style setup, and the bare case also lacks the cn utility, so teams seeking a drop-in control should avoid this release.
Use it if
- Your app already has the shadcn textarea and alias-based utility setup this wrapper imports.
- You want a blocky retro border and optional pixel-font treatment for a conventional textarea.
- Your deployment permits the stylesheet to request its font from Google Fonts.
Skip it if
- You need a standalone textarea that can be copied into a plain React project without supporting files.
- You cannot add the missing shadcn base textarea and project utility aliases that currently stop the build.
- You avoid remote font requests or need typography that works fully offline.
- You require a component that forwards a typed ref or implements its advertised asChild prop.
Install
| Declared dependencies | clsx, tailwind-merge |
|---|---|
| Missing on install | none |
| Bare install | fails once the shadcn-style helpers are removed, so it needs that setup |
| Provider | no provider required in the harness |
In a non-shadcn project, add a compatible base textarea, a cn class-merging helper, matching path aliases, class-variance-authority, Tailwind support for the supplied utility classes, and the retro stylesheet. Self-host or replace the imported font if external font loading is unsuitable.
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.
Author repository
github.com/TheOrcDev/8bitcn-uiAlternatives
Other published entries for the textarea pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.
- originui-comp-73minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 17.4KB
- Bare
- pass
- Prov
- NO
- shadcn-textareaunclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 29.1KB
- Bare
- pass
- Prov
- NO
- hextaui-textareaminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 29.8KB
- Bare
- pass
- Prov
- NO
- originui-comp-59minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 28.1KB
- Bare
- fail
- Prov
- NO
- originui-comp-60minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 28.1KB
- Bare
- fail
- Prov
- NO
- originui-comp-62minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 28.1KB
- Bare
- fail
- Prov
- NO