Basic Board

Three-column workflow board with cards in each stage.

To Do

Design homepage

Write docs

In Progress

Build API

Done

Setup CI/CD

Create repo

With Icons and Badges

Kanban board with priority badges and status icons for issue tracking.

Backlog

P1 Fix auth flow

P2 Update icons

P3 Add dark mode

Working

P1 Refactor DB layer

Complete

Done Setup project

Done Design schema

Two-Column Board

Simplified two-column layout for active/archived workflow.

Active

User dashboard

Settings page

Notification system

Archived

Landing page v1

Legacy API

Usage

<Kanban> <div> <h4>To Do</h4> <Card><p>Design homepage</p></Card> <Card><p>Write docs</p></Card> </div> <div> <h4>In Progress</h4> <Card><p>Build API</p></Card> </div> <div> <h4>Done</h4> <Card><p>Setup CI/CD</p></Card> </div></Kanban>

Props

PropTypeDefaultDescription
childrencontent-Column divs, each containing a heading and Card items