Components
Loading preview...
A clean and user-friendly accordion component designed for FAQ sections. It organizes common questions into collapsible panels with smooth transitions, making information easy to browse without overwhelming the user.
@nextjsshop
npx shadcn@latest add https://21st.dev/r/nextjsshop/faq-accordionimport { AccordionComponent } from "@/components/ui/faq-accordion";
export default function DemoOne() {
return <AccordionComponent />;
}