A playful todolist component with animated wavy strikethroughs for each completed task.
Loading preview...
import { Component } from "@/components/ui/playful-todolist"; export default function DemoOne() { return <Component />; }