Measured entry

kibo-list

badgeminimal-flat

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.

Specimen
Harness screenshot of kibo-list at 375 pixels wide
Harness screenshot at 375 pixels wide. This viewport scrolled sideways.
Harness screenshot of kibo-list at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of kibo-list 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 kibo-list
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowflagged at 375
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal42.4 KB (107.9 KB build, 65.5 KB baseline)
Bare modeOK
Provider requiredNO
Demo usedwritten 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

Installation record for kibo-list
Declared dependencies@dnd-kit/core, @dnd-kit/modifiers, 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 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.

License
MIT
Record published
2026-08-17

Alternatives

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.