Components
Loading preview...
The FAQs component is designed to provide clear and organized answers to common questions about Ruixen UI. It features a bold heading, a brief introductory text, and a link to the support team for additional help. The layout is responsive, with extra guidance visible on larger screens, making it easy for users to quickly find relevant information and get assistance when needed.
npx shadcn@latest add https://21st.dev/r/ruixen.ui/text-reveal-faqsimport FAQs from "@/components/ui/text-reveal-faqs";
export default function DemoOne() {
return <FAQs />;
}