Measured entry
meraki-faq-grid
A static FAQ section that lays repeated question-and-answer cards into a responsive grid, with inline SVG question icons and dark-theme classes. It ships as a standalone HTML document and has no scripted behavior or package dependencies, but its layout and styling rely on Tailwind CSS utility classes.



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 | 18.0 KB (83.4 KB build, 65.4 KB baseline) |
| Bare mode | OK |
| Provider required | NO |
| Demo used | none |
Verdict
A dependable starting point for a short, scan-first FAQ, with clean responsive behavior and no runtime setup. The source is intentionally plain, so its value is in the layout rather than functionality. Replace the placeholder content and correct the heading structure before production use.
Use it if
- You need an always-expanded FAQ that lets visitors scan every answer at once.
- Your site already uses Tailwind CSS and can reuse the supplied utility classes.
- You want a responsive card grid with a dark-theme treatment and simple inline icons.
Skip it if
- You need collapsible answers, search, deep links, or other FAQ interaction.
- Your content model must generate questions dynamically instead of maintaining repeated markup.
- Your heading hierarchy is tightly controlled, since each supplied question is marked as a top-level heading.
- You cannot replace the placeholder copy and repeated icon markup before shipping.
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 |
Add Tailwind CSS or translate the utility classes into your own stylesheet, then copy the section markup. Configure dark-theme handling if needed, replace the sample questions and answers, and adjust the heading elements to fit the page outline. No React packages, providers, or shadcn setup are 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/merakiui/merakiuiAlternatives
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
- 8bitcn-faq2skeuomorphism
- Renders
- YES
- A11y
- 0
- Gzip
- 30.2KB
- Bare
- fail
- Prov
- NO