Components
Loading preview...
The Accordion_02 component is a responsive, two-column FAQ section built with Shadcn UI and Tailwind CSS in a Next.js + TypeScript environment. On the left, it features a bold heading and descriptive paragraph to introduce the FAQ section, encouraging users to explore or reach out for support. On the right, it displays a categorized accordion layout that neatly organizes common questions into sections like General, Billing, and Technical. Each accordion item can be expanded individually, providing users with a clean and interactive way to find relevant answers. Designed for scalability and clarity, this component enhances user experience on help or support pages while maintaining accessibility and responsiveness across devices.
npx shadcn@latest add https://21st.dev/r/ruixen.ui/ruixen-accordian02import Accordion_02 from "@/components/ui/ruixen-accordian02";
const DemoOne = () => {
return <Accordion_02 />;
};
export { DemoOne };