Components
A playful todolist component with animated wavy strikethroughs for each completed task.
npx shadcn@latest add https://21st.dev/r/arhamkhnz/playful-todolistLoading preview...
import { Component } from "@/components/ui/playful-todolist";
export default function DemoOne() {
return <Component />;
}