Measured entry
8bitcn-dialogue
dialogskeuomorphismmotion on file
A retro game dialogue row that pairs a framed avatar with a title and message, with a prop that swaps the speaker side. It ships as a shadcn registry block alongside themed alert and avatar wrappers plus retro font CSS. It depends on Radix Avatar, class variance utilities, a cn helper, Tailwind theme classes, and the base shadcn Alert.



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 | 0 |
| Axe serious | 0 |
| Axe moderate | 0 |
| Axe minor | 0 |
| Gzip marginal | 34.2 KB (99.6 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 998ms error during build: [vite]: Rollup failed to resolve import "class-variance-authority" from "<sandbox>re-7f923dcd1e7c/src/components/ui/8bit/alert.tsx".
Verdict
A focused game-style message row, but not publish-ready in its current registry form. The build fails because its themed alert imports a missing base Alert, while the bare build also lacks the cn utility. It needs a shadcn-style setup and should be avoided by teams expecting a self-contained install.
Use it if
- You are building a game dialogue, character exchange, or tutorial prompt with a fixed speaker portrait.
- Your app already uses shadcn conventions and can supply the base Alert, path aliases, theme tokens, and utility helper.
- You want a compact presentational row and will manage dialogue state, sequencing, and controls elsewhere.
Skip it if
- You need a verified drop-in component, because the published registry item does not build as fetched.
- Your project avoids shadcn path aliases, Tailwind theme classes, or remotely loaded fonts.
- You need a modal dialog with focus management, dismissal, actions, or other interactive dialog behavior.
- You need flexible long-form conversation layouts rather than a single avatar and message row.
Install
| Declared dependencies | @radix-ui/react-avatar, radix-ui, 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 Alert with title and description exports, a cn class-merging helper, the expected path aliases, Tailwind theme tokens and utilities, class variance authority, Radix Avatar, and the retro stylesheet. Decide whether to retain the external font import or host the font yourself.
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 dialog pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.
- shadcn-dialogunclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 26.7KB
- Bare
- fail
- Prov
- NO
- neobrutalism-dialogbrutalism
- Renders
- YES
- A11y
- 0
- Gzip
- 40.5KB
- Bare
- fail
- Prov
- NO
- neobrutalism-ndialogbrutalism
- Renders
- YES
- A11y
- 0
- Gzip
- 40.5KB
- Bare
- fail
- Prov
- NO
- neobrutalism-alert-dialogbrutalism
- Renders
- YES
- A11y
- 0
- Gzip
- 40.7KB
- Bare
- fail
- Prov
- NO
- shadcn-alert-dialogunclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 41.5KB
- Bare
- fail
- Prov
- NO
- hextaui-dialogminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 43.7KB
- Bare
- fail
- Prov
- NO