easeUI

Todo List

A collapsible agent task plan with morphing status marks and a completion count.

  • Read the failing test

  • Reproduce the bug locally

  • Patch the race condition

    lib/queue.ts

  • Add a regression test

Installation

$ bunx --bun shadcn add @easeui/todo-list

API reference

PropTypeDefaultDescription
title?stringTasksHeading shown next to the completion count. Default "Tasks".
items{}--
defaultOpen?booleantrueStarting expanded state. Default true.
className?string--

Updated