A categorized FAQ section with a sidebar of tabbed categories and an animated accordion that reveals answers for the selected topic.
import { FaqTabbedExplorer } from "@/components/ui/faq-tabbed-explorer"; export default function Default() { return <FaqTabbedExplorer />; }
Part of UI Layouts — browse the full library on 21st.dev.