Measured entry

8bitcn-faq2

faqskeuomorphism

A static FAQ section that renders configurable questions and answers as a retro card grid. It ships as a shadcn registry block with its own pixel-font stylesheet and card wrapper, but depends on a project cn utility, the base shadcn Card component, class-variance-authority, Tailwind utilities, and a Google Fonts import.

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

Verdict

Do not publish this entry as working. The build cannot resolve the base shadcn Card import, and the bare case also lacks the cn utility. It needs a shadcn-style setup before it can compile, so teams seeking a drop-in standalone FAQ should avoid it.

Use it if

  • You already use shadcn conventions and want a compact FAQ grid with a deliberately retro visual language.
  • Your content is short, fixed, and better shown at once than hidden inside an accordion.
  • You are comfortable loading the Press Start font from Google Fonts or replacing that import.

Skip it if

  • You need collapsible answers, search, deep links, or other FAQ interaction.
  • Your project does not use shadcn aliases and you do not want to recreate its utility and card foundations.
  • Your FAQ copy is long, since the pixel font and card grid favor brief answers.
  • External font requests conflict with your privacy, offline, or content security requirements.

Install

Installation record for 8bitcn-faq2
Declared dependenciesclsx, 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 cn class-merging utility, a compatible base Card module with all imported subcomponents, class-variance-authority, matching path aliases, Tailwind theme utilities, and the retro stylesheet. Also allow or replace the 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.