Measured entry
ruixen-faq-chat-accordion
chatunclassifiedmotion on file
A client-side React FAQ styled as a chat thread: question buttons open one answer bubble after a typing indicator. It ships as a shadcn registry TSX file and depends on React, motion/react, Tailwind theme utilities, and the shadcn cn helper.



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 | 67.7 KB (133.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 25.92s error during build: [vite:load-fallback] Could not load <sandbox>/src/lib/utils (imported by src/cut/faq-chat-accordion.tsx): ENOENT: no such file or directory, open '<sandbox>/src/lib/utils'
Verdict
A polished, focused choice for playful support FAQs, with clean single-answer behavior and no observed runtime or accessibility issues in the configured harness. It needs a shadcn-style setup; a bare React project will not resolve its utility helper or styling assumptions.
Use it if
- You want a compact FAQ to feel like a support conversation rather than a standard disclosure list.
- Only one answer should stay open, and a short simulated reply delay fits the product tone.
- Your app already uses shadcn-style Tailwind tokens and Motion.
Skip it if
- Users need to scan several answers at once or compare responses side by side.
- Your content is formal, high urgency, or task critical, where a typing simulation would add needless friction.
- You require reduced-motion behavior out of the box; the component includes continuous dot animation and scripted transitions without its own preference handling.
Install
| Declared dependencies | motion |
|---|---|
| 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 |
Install Motion, provide Tailwind with the foreground, background, muted, border, and muted-foreground theme tokens, add a compatible cn utility at the configured alias, and preserve client-component support. Also add a reduced-motion override if your accessibility policy requires one.
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/ruixenui/ruixen.comAlternatives
Other published entries for the chat pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.
- hextaui-alertminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 26.8KB
- Bare
- fail
- Prov
- NO
- kibo-bannerminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 33.0KB
- Bare
- fail
- Prov
- NO
- ruixen-comment-threadunclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 40.2KB
- Bare
- fail
- Prov
- NO
- ruixen-smart-paste-inputunclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 44.4KB
- Bare
- fail
- Prov
- NO
- ruixen-gradient-chat-inputgradient-glow
- Renders
- YES
- A11y
- 0
- Gzip
- 72.6KB
- Bare
- fail
- Prov
- NO
- tripled-ai-chat-interface-shadcnuiminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 74.3KB
- Bare
- fail
- Prov
- NO