A FAQ styled as a chat conversation, questions appear as sent message bubbles, answers reply with typing dots that morph into response bubbles.
import { FAQChatAccordion } from "@/components/ui/faqchat-accordion"; export default function DemoOne() { return ( <div className="flex flex-col items-center"> <FAQChatAccordion title="Have questions?" className="py-0 md:py-0" /> <p className="mt-4 text-sm text-muted-foreground"> Want more? Explore {" "} <a href="https://ruixen.com" target="_blank" rel="noopener noreferrer" className="font-medium text-foreground underline underline-offset-4 hover:text-primary transition-colors" > ruixenui </a> </p> </div> ); }
Part of Ruixen UI — browse the full library on 21st.dev.