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