A block for displaying frequently asked questions with search and filter.
import FAQBlock from "@/components/ui/faq-block"; export default function DemoOne() { return( <> <div className="max-w-[95%] mx-auto w-full"><FAQBlock /></div> </> ); }
Part of HextaUI — browse the full library on 21st.dev.