Measured entry
hyperui-faq-3
A compact FAQ accordion shipped as a standalone HTML example. It uses native details and summary elements, Tailwind utility classes for layout and open-state styling, and an inline SVG chevron. Interaction comes from the browser, with no package, framework, provider, or component-library dependency.



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 | 17.7 KB (83.1 KB build, 65.4 KB baseline) |
| Bare mode | OK |
| Provider required | NO |
| Demo used | none |
Verdict
A dependable, low-complexity choice for a static FAQ. It builds and mounts cleanly on its own, stays within the tested layouts, and relies on native disclosure behavior. Choose it for straightforward content, not for coordinated or application-controlled accordion state.
Use it if
- You want a lightweight FAQ that works without client-side state management.
- Your project already uses Tailwind utilities or can translate a small set of classes into local CSS.
- You prefer native disclosure controls that allow multiple answers to remain open.
Skip it if
- You need true accordion behavior where opening one answer closes the others.
- You need controlled state, analytics hooks, or programmatic opening tied to application logic.
- Your design system forbids inline SVG icons or requires its own disclosure primitive.
Install
| Declared dependencies | none declared |
|---|---|
| Missing on install | none |
| Bare install | builds and mounts without the shadcn-style helpers |
| Provider | no provider required in the harness |
In a non-shadcn project, add Tailwind CSS with support for group-open and arbitrary selector variants, or replace the utility classes with equivalent local CSS. Copy the details markup and inline chevron; no React component, provider, or extra package is required.
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/markmead/hyperuiAlternatives
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
- 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
- 8bitcn-faq2skeuomorphism
- Renders
- YES
- A11y
- 0
- Gzip
- 30.2KB
- Bare
- fail
- Prov
- NO