Measured entry

reui-kanban

formminimal-flat

A client-side, controlled Kanban primitive shipped as shadcn registry source rather than a ready-made board. It provides sortable columns, items, drag handles, overlays, keyboard input, and move or commit callbacks. It depends on the dnd-kit packages, Radix Slot, React, Tailwind utility classes, and the local cn helper.

Specimen
Harness screenshot of reui-kanban at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of reui-kanban at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of reui-kanban at 1440 pixels wide
Harness screenshot at 1440 pixels wide. No horizontal overflow recorded.

Measured

Every value below was written by the harness on the run that produced the frames above. None of it is derived from the prose.

Harness measurements recorded for reui-kanban
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal49.4 KB (114.9 KB build, 65.5 KB baseline)
Bare modeOK
Provider requiredNO
Demo usedwritten from the component source API

Verdict

A capable controlled primitive, but not a drop-in demo component: the harness mounted the root without its required value contract and it crashed while reading columns. Use it when you will compose the full board and own its state. It needs a shadcn-style setup before it can build or mount in a bare project.

Use it if

  • You need a controlled Kanban board whose data remains owned by your application.
  • You want sortable columns and cross-column item moves with mouse, touch, and keyboard input.
  • You need composable primitives so your own cards, headers, and drag overlays control the presentation.

Skip it if

  • You want a complete board that renders useful content with no props or composition.
  • You do not want to add dnd-kit and Radix dependencies for drag-and-drop behavior.
  • Your data model cannot guarantee unique item identifiers across every column.
  • You need a server-only component without a client-side drag layer.

Install

Installation record for reui-kanban
Declared dependencies@dnd-kit/core, @dnd-kit/sortable, @dnd-kit/utilities, radix-ui, clsx, tailwind-merge
Missing on installnone
Bare installbuilds and mounts without the shadcn-style helpers
Providerno provider required in the harness

In a non-shadcn project, install the dnd-kit core, sortable, and utilities packages plus Radix UI. Add React client-component support, Tailwind utilities, a cn class-merging helper, and an alias or revised import for the local utils module. Then supply controlled column data, a change handler, an item identifier function, and composed board children.

Source and credit

This page is a review, not a copy. The component source lives with its author and this site does not republish it. Read the license before you use anything.

Alternatives

Other published entries for the form pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.