Measured entry

meraki-faq-cards

faqminimal-flat

A static FAQ card stack shipped as a standalone HTML document. It uses Tailwind utility classes, including dark-mode variants, plus inline SVG icons. One answer is shown by default, while the remaining rows look expandable but have no script, disclosure state, or interaction behavior.

Specimen
Harness screenshot of meraki-faq-cards at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of meraki-faq-cards at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of meraki-faq-cards 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 meraki-faq-cards
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious1
Axe moderate0
Axe minor0
Gzip marginal17.9 KB (83.3 KB build, 65.4 KB baseline)
Bare modeOK
Provider requiredNO
Demo usednone

Verdict

A usable visual starting point, not a finished FAQ interaction. It builds and mounts cleanly across the tested layouts, but teams must add disclosure behavior, accessible state, and corrected contrast before production use.

Use it if

  • You need a simple FAQ layout whose content can remain fully visible or be wired to your own disclosure logic.
  • Your project already uses Tailwind and you are comfortable replacing the sample copy and visual-only controls.
  • You want a responsive card stack that mounts without framework providers or component-library setup.

Skip it if

  • You need a working accordion immediately, since the buttons do not expand or collapse answers.
  • You require an accessibility-ready component without remediation, since the tested styling has a serious color-contrast issue and lacks expanded-state semantics.
  • Your design system does not use Tailwind and translating utility classes would cost more than recreating this small layout.

Install

Installation record for meraki-faq-cards
Declared dependenciesnone declared
Missing on installnone
Bare installbuilds and mounts without the shadcn-style helpers
Providerno provider required in the harness

A non-shadcn project needs Tailwind CSS configured for the utility and dark-mode classes, or equivalent styles rewritten in its own CSS. Add disclosure logic, expanded-state attributes, keyboard-safe button behavior, and adjusted text colors that meet contrast requirements.

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.

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.