Carregando…
Carregando…
Carregando…Drag-and-drop Kanban board with columns, cards, intent colors and change callback.
$ npx kikitocn add kanban@/lib/utilsimport { Kanban } from "@/components/ui/cn/kanban/Kanban";
export function KanbanExample() {
return (
<Kanban />
);
}| Prop | Tipo | Padrão | Descrição |
|---|---|---|---|
columns* | KanbanColumn[] | — | Colunas com cards: { id, title, cards: KanbanCard[], intent? } |
onChange | (columns: KanbanColumn[]) => void | undefined | Callback quando um card é movido entre colunas |
Kanban — drag cards between columns