JJabKit
Theme preference

Todo9

1.0.0

Searchable todo list with tag filters, per-task tag editing, and keyboard-friendly reorder.

npx jabkit add todo9

Component Data

ID
todo9
Category
dashboard
Version
1.0.0
Added
2026-09-05
Type
block
Keyboard nav
Yes
Reduced motion
Yes
dashboardtodotaskstagssearchlist

Dependencies

  • lucide-react
  • clsx
  • tailwind-merge

Examples

Default

<div className="bg-background text-foreground">
      <Todo9 {...todo9Mocks.default} />
    </div>

Variants

<div className="bg-background text-foreground">
      <Todo9 {...todo9Mocks.alternate} />
    </div>