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