Emitted when a card is clicked (not dragged).
Emitted when a card is dragged to a different column.
All cards to display. Each card's ColumnKey determines which column it appears in.
Column definitions. Order determines display order.
InternaldragInternaldragInternaldragInternaldragDisables drag-and-drop when true.
InternalReturns true if the given card is currently being dragged.
InternalInternalInternalInternal
Generic Kanban board component with drag-and-drop column management.
This component is entity-agnostic — it renders cards and columns from the data you provide and emits events when cards are moved or clicked. It does NOT manage persistence; the consuming application handles saves.
Example