Back to blocks

Todo List - Kanban

A kanban board style todo list with full drag-and-drop support for moving and reordering tasks

Installation

npx shadcn add @mylo-ui/todo-list-kanban

Preview

Kanban Board

6 Tasks

To Do

2

Design system review

high
Today

Update documentation

medium

In Progress

2

Fix navigation bug

high
Tomorrow

Write tests

medium

Done

2

Deploy to production

high

Update dependencies

low

Usage

import { TodoListKanban } from "@/components/blocks/todo-list-kanban"

export default function Page() {
  return <TodoListKanban />
}

Dependencies

lucide-react
@dnd-kit/core
@dnd-kit/sortable
@dnd-kit/utilities

shadcn/ui Components

card
button
input
badge