Measured entry
kibo-dialog-stack
navbarminimal-flatmotion on file
A client-side React primitive for wizard-like cards that visually stack as users move forward and back. It ships as shadcn registry source rather than a package, uses Radix Portal and controllable-state utilities, and expects Tailwind classes plus a local cn helper and theme tokens.



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 | 33.4 KB (98.9 KB build, 65.5 KB baseline) |
| Bare mode | OK |
| Provider required | NO |
| Demo used | written from the component source API |
Verdict
A solid visual shell for short wizard flows, with clean composition and a verified standalone mount. Treat it as a stack animation and navigation primitive, not a complete accessible dialog system, and add the missing interaction semantics for modal use.
Use it if
- You need a compact multi-step form or setup flow presented as stacked cards.
- You want controlled or uncontrolled open state and composable headers, content, footers, and navigation buttons.
- Your React app already uses Tailwind conventions and can own the copied source.
Skip it if
- You need full dialog behavior such as focus trapping, Escape-key dismissal, and explicit dialog semantics out of the box.
- You need routing, validation, persistence, or branching between steps built into the component.
- You do not want to maintain copied registry code or reproduce shadcn-style theme utilities.
Install
| Declared dependencies | @radix-ui/react-use-controllable-state, 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, add React, Tailwind styling and theme variables, a cn class-merging helper backed by clsx and tailwind-merge, plus Radix Portal and controllable-state dependencies. Preserve the client-component boundary and ensure the registry import alias resolves.
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 navbar pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.
- hyperui-headers-4editorial
- Renders
- YES
- A11y
- 0
- Gzip
- 19.1KB
- Bare
- pass
- Prov
- NO
- ruixen-floating-navbarunclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 59.9KB
- Bare
- pass
- Prov
- NO
- ruixen-hover-gradient-navbargradient-glow
- Renders
- YES
- A11y
- 0
- Gzip
- 60.9KB
- Bare
- pass
- Prov
- NO
- ruixen-expandable-menu-navbarunclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 61.8KB
- Bare
- pass
- Prov
- NO
- hextaui-cardminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 26.7KB
- Bare
- fail
- Prov
- NO
- hextaui-breadcrumbminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 31.7KB
- Bare
- fail
- Prov
- NO