Animated to-do list card
npx shadcn@latest add https://21st.dev/r/rafa-porto/to-do-card
Loading preview...
import { TodoCard } from "@/components/ui/to-do-card"; export default function DemoOne() { return <TodoCard />; }