April 9, 2026SimpleAccordions & Tabs
FAQ Section
Two-column FAQ layout with a sticky heading on the left and an accordion list on the right. Expand/collapse is driven by CSS grid-template-rows animation — no JavaScript animation library needed. Items, questions, and answers are fully prop-driven.
Preview
Source
import FAQSection from "./index.jsx";
export default function FAQSectionDemo() {
return <FAQSection />;
}