Measured entry
reui-kanban
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.



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.
| Build | OK |
|---|---|
| Mount | OK |
| Console errors | 0 |
| Uncaught page errors | 0 |
| Horizontal overflow | clean at 375, 768, 1440 |
| Axe critical | 0 |
| Axe serious | 0 |
| Axe moderate | 0 |
| Axe minor | 0 |
| Gzip marginal | 49.4 KB (114.9 KB build, 65.5 KB baseline) |
| Bare mode | OK |
| Provider required | NO |
| Demo used | written 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
| Declared dependencies | @dnd-kit/core, @dnd-kit/sortable, @dnd-kit/utilities, radix-ui, clsx, tailwind-merge |
|---|---|
| Missing on install | none |
| Bare install | builds and mounts without the shadcn-style helpers |
| Provider | no 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.
Author repository
github.com/keenthemes/reuiAlternatives
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.
- hextaui-kbdminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 29.8KB
- Bare
- pass
- Prov
- NO
- shadcn-labelunclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 31.1KB
- Bare
- pass
- Prov
- NO
- neobrutalism-labelbrutalism
- Renders
- YES
- A11y
- 0
- Gzip
- 31.5KB
- Bare
- pass
- Prov
- NO
- neobrutalism-nlabelbrutalism
- Renders
- YES
- A11y
- 0
- Gzip
- 31.5KB
- Bare
- pass
- Prov
- NO
- shadcn-formunclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 43.9KB
- Bare
- pass
- Prov
- NO
- neobrutalism-formbrutalism
- Renders
- YES
- A11y
- 0
- Gzip
- 44.4KB
- Bare
- pass
- Prov
- NO