Measured entry
kibo-list
A client-side React set of list primitives for grouped, draggable task rows. It ships as a shadcn registry file and uses dnd-kit for drag and drop, Tailwind utility classes for styling, and a local cn helper backed by class-merging utilities. Consumers own the data model and drag-end updates.



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 | flagged at 375 |
| Axe critical | 0 |
| Axe serious | 0 |
| Axe moderate | 0 |
| Axe minor | 0 |
| Gzip marginal | 42.4 KB (107.9 KB build, 65.5 KB baseline) |
| Bare mode | OK |
| Provider required | NO |
| Demo used | written from the component source API |
Verdict
A sound foundation for a styled status list, with clean composition and a successful standalone mount. Use it when you are prepared to supply the actual reorder logic and responsive sizing. It is excessive for display-only lists and incomplete as a ready-made task board.
Use it if
- You need a compact status list whose rows can be dragged between droppable groups.
- You want composable headers, groups, item containers, and custom row contents instead of a fixed task schema.
- Your application can implement its own reorder and cross-group state updates from the drag-end event.
Skip it if
- You need built-in sorting, persistence, or item transfer logic rather than drag primitives and a callback.
- You need a responsive component that can accept a fixed desktop width without additional mobile styling.
- You want a lightweight static list and do not need the drag-and-drop dependency stack.
- You require a dedicated drag handle instead of making the whole row interactive.
Install
| Declared dependencies | @dnd-kit/core, @dnd-kit/modifiers, 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 dnd-kit core and modifiers plus clsx and tailwind-merge, add a cn utility, replace or configure the source alias, and provide Tailwind with the background, foreground, and secondary theme tokens used by the classes. Ensure the client-component directive is supported.
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/shadcnblocks/kiboAlternatives
Other published entries for the badge pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.
- neu-badgeneumorphism
- Renders
- YES
- A11y
- 0
- Gzip
- 17.5KB
- Bare
- pass
- Prov
- NO
- clay-badgeclaymorphism
- Renders
- YES
- A11y
- 0
- Gzip
- 17.9KB
- Bare
- pass
- Prov
- NO
- ruixen-load-rippleunclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 17.9KB
- Bare
- pass
- Prov
- NO
- ruixen-blurred-stagger-textunclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 58.1KB
- Bare
- pass
- Prov
- NO
- tripled-auto-revealing-heading-shadcnuiminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 58.3KB
- Bare
- pass
- Prov
- NO
- tripled-dynamic-tag-cloud-shadcnuiminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 61.0KB
- Bare
- pass
- Prov
- NO