Menus & Actions

Animated Task List

체크 동작에 짧은 애니메이션을 더한 작은 투두 리스트입니다.

Preview

action control

Animated Task List

check tasks with motion

Installation

bash
Copied
1pnpm dlx shadcn@latest add https://ryong.dev/r/playful-todolist.json

Code

typescript
Copied
1import { PlayfulTodoList } from "@/components/playful-todolist"23export default function Example() {4  return <PlayfulTodoList />5}

Props

PropTypeDefaultDescription
classNamestring-Additional classes merged onto the component.
itemsTodoItem[]built-in listTodo labels and initial checked states.

Reference

Animate UI Playful TodoList