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.

Specimen
Motion capture of the mounted demo, recorded by the harness. No audio track.
Harness screenshot of 8bitcn-faq1 at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of 8bitcn-faq1 at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of 8bitcn-faq1 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-faq1
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal39.5 KB (104.9 KB build, 65.4 KB baseline)
Bare modeFAIL
Provider requiredNO
Demo usedwritten 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

Installation record for 8bitcn-faq1
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 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.

License
MIT
Record published
2026-08-15

Alternatives

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.