Components
Loading preview...
this is the quiz section having with ux friendly animations
@n38693842
npx shadcn@latest add https://21st.dev/r/n38693842/quiz-sectionimport { Component } from "@/components/ui/quiz-section";
export default function DemoOne() {
return <Component />;
}