New enterprise lead
Validate fit and prepare discovery with sales.
Sales, ops and commerce-ready kanban with drag-and-drop cards, assignees, tags, WIP awareness and responsive board columns.
import { NeuKanbanComponent } from '@neural-ui/core/kanban';
import type { NeuKanbanColumn } from '@neural-ui/core/kanban';Validate fit and prepare discovery with sales.
Coordinate assets for the new commerce collection.
Group issues and confirm stock before cut-off.
Validate stages and scoring before showing the client.
<neu-kanban
[columns]="columns()"
columnWidth="320px"
[showCounts]="true"
[showWipLimit]="true"
(columnsChange)="columns.set($event)"
(cardDrop)="onCardDrop($event)"
/>