Measured entry
8bitcn-faq1
faqskeuomorphismmotion on file
A client-side FAQ section that renders configurable questions in a single-open accordion with an arcade-style type treatment. It ships as a shadcn registry block alongside an 8bit accordion wrapper and retro stylesheet, and relies on the project cn helper, the base shadcn accordion, Radix Accordion, Tailwind theme classes, and a Google-hosted font.



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 | 39.5 KB (104.9 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 1.09s error during build: [vite]: Rollup failed to resolve import "lucide-react" from "<sandbox>re-097ed78e4b73/src/components/ui/accordion.tsx".
Verdict
A focused themed FAQ, but the tested registry install fails because the 8bit wrapper imports a missing base UI accordion. It needs a shadcn-style setup and dependency repair before it can mount. Teams seeking a self-contained block should avoid it as published.
Use it if
- Your app already has the standard shadcn accordion and path aliases in place.
- You want a compact FAQ whose title, description, and entries can be supplied as props.
- An intentionally pixel-art typeface and dashed accordion treatment fit the product visual language.
Skip it if
- You need a drop-in component for a plain React project with no shadcn foundation.
- Your build cannot load fonts from Google or the retro font would hurt readability for longer answers.
- You need the published registry item to build unchanged, because its required base accordion is not included by the tested installation.
- You need multi-open FAQ behavior without modifying the component.
Install
| Declared dependencies | 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 the base shadcn accordion and Radix Accordion package, provide the cn utility and at-sign path aliases, configure the Tailwind theme and accordion animations, and include the retro stylesheet. Confirm that your font policy permits its Google Fonts import.
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 faq pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.
- hyperui-faq-1editorial
- Renders
- YES
- A11y
- 0
- Gzip
- 17.6KB
- Bare
- pass
- Prov
- NO
- hyperui-faq-2editorial
- Renders
- YES
- A11y
- 0
- Gzip
- 17.6KB
- Bare
- pass
- Prov
- NO
- hyperui-faq-3editorial
- Renders
- YES
- A11y
- 0
- Gzip
- 17.7KB
- Bare
- pass
- Prov
- NO
- meraki-faq-collapseminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 17.9KB
- Bare
- pass
- Prov
- NO
- meraki-faq-centeredminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 18.0KB
- Bare
- pass
- Prov
- NO
- meraki-faq-gridminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 18.0KB
- Bare
- pass
- Prov
- NO