Components
Loading preview...
This accordion component features a clean and professional design that avoids traditional rotating chevrons. Instead, it uses subtle yet engaging visual cues to indicate the expanded state. Each accordion item displays a left-aligned icon that changes color when active, paired with a bold title and minimal right-aligned label.
npx shadcn@latest add https://21st.dev/r/ruixen.ui/ruixen-accordian01import Accordion_01 from "@/components/ui/ruixen-accordian01";
const DemoOne = () => {
return <Accordion_01 />;
};
export { DemoOne };