Skip to main content
NeuralUIv1.14.3New
GitHub
Component

Kanban Board

Sales, ops and commerce-ready kanban with drag-and-drop cards, assignees, tags, WIP awareness and responsive board columns.

TypeScript
import { NeuKanbanComponent } from '@neural-ui/core/kanban';
import type { NeuKanbanColumn } from '@neural-ui/core/kanban';

Backlog

2 2/4

New enterprise lead

high

Validate fit and prepare discovery with sales.

CRMLead

Summer imagery set

medium

Coordinate assets for the new commerce collection.

EcommerceAssets

In progress

1 1/3

B2B order batch

urgent

Group issues and confirm stock before cut-off.

OrdersAdmin

Review

1 1/2

Q3 pipeline ready for demo

low

Validate stages and scoring before showing the client.

PipelineDemo

Done

1

Weekly dashboard published

medium
Analytics
HTML
<neu-kanban
  [columns]="columns()"
  columnWidth="320px"
  [showCounts]="true"
  [showWipLimit]="true"
  (columnsChange)="columns.set($event)"
  (cardDrop)="onCardDrop($event)"
/>