Back to blocksView all todo-list blocks


todo-list
Block
Todo List - Simple
A simple todo list with progress tracking and drag-and-drop reordering
Installation
npx shadcn add @mylo-ui/todo-list-simplePreview
My Tasks
1/4
Keep track of your daily tasks
Progress25%
Review project requirements
Create wireframes
Set up development environment
Write initial documentation
Usage
import { TodoListSimple } from "@/components/blocks/todo-list-simple"
export default function Page() {
return <TodoListSimple />
}Dependencies
lucide-react
@dnd-kit/core
@dnd-kit/sortable
@dnd-kit/utilities
shadcn/ui Components
card
button
input
checkbox
badge
Related Blocks
More todo-list blocks you might like

todo-list
Todo List - Kanban
A kanban board style todo list with full drag-and-drop support for moving and reordering tasks
Ready to use
/blocks/todo-list-kanban
todo-list
Todo List - Checklist
An organized checklist with categories, progress bars, and drag-and-drop item reordering
Ready to use
/blocks/todo-list-checklist
todo-list
Todo List - Minimal
A minimal, clean todo list design
Ready to use
/blocks/todo-list-minimal