K
@kana-consultant/ui-kit v0.2.0 · docs

Dashboard blocks

KanbanColumn

Compose multiple columns side by side to build a Kanban board for any pipeline.

Full board

To do

1

Wire up theme switcher to store

Tasko Redesign

medium
frontend
Apr 28 0/3To do
MA

In progress

1

Design new dashboard stats layout

Tasko Redesign

high

Iterate on hierarchy and spacing.

designdashboard
Tomorrow 3/5 4 2In progress
AVMA

In review

1

Ship onboarding email copy

Onboarding Flow

low
Apr 25 2In review
SO

Done

1

Publish Q2 roadmap

Tasko Redesign

medium
Done
SO
<KanbanColumn
  title='In progress'
  status={EStatus.InProgress}
  color='#7c3aed'
  tasks={tasks.filter((t) => t.status === EStatus.InProgress)}
  onAdd={(status) => openNewTask(status)}
  onToggle={(id, done) => updateTask(id, done)}
/>