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-blog.vercel.app/r/playful-todolist.json

Code

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

Props

className

Type
string
Default
-
Description
Additional classes merged onto the component.

items

Type
TodoItem[]
Default
built-in list
Description
Todo labels and initial checked states.

Reference

Animate UI Playful TodoList