Measured entry
kibo-banner
A composable client-side React announcement banner with optional icon, action, inset styling, and dismiss control. It ships as shadcn registry source and relies on Tailwind theme classes, a local shadcn Button and cn utility, Radix controllable state, and Lucide icons.



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.0 KB (98.4 KB build, 65.4 KB baseline) |
| Bare mode | FAIL |
| Provider required | NO |
| Demo used | written from the component source API |
What the harness recorded
BARE BUILD
✗ Build failed in 1m 38s error during build: [vite:load-fallback] Could not load <sandbox>/src/lib/utils (imported by src/cut/index.tsx): ENOENT: no such file or directory, open '<sandbox>/src/lib/utils'
Verdict
A sound, flexible announcement primitive that builds, mounts, and adapts cleanly in the prepared harness. It needs a shadcn-style setup because the bare project cannot resolve its local utility import. The chat label is misleading; this is a dismissible banner, not a messaging component.
Use it if
- You need a full-width notice with an action and optional dismissal.
- Your app already uses shadcn conventions and Tailwind theme tokens.
- You need controlled or uncontrolled banner visibility.
Skip it if
- You need dismissal to persist across navigation or sessions without adding storage logic.
- Your project does not use Tailwind or shadcn-style local component aliases.
- You need a chat message, conversation thread, or live-message behavior rather than an announcement strip.
Install
| Declared dependencies | @radix-ui/react-use-controllable-state, lucide-react, radix-ui |
|---|---|
| Missing on install | @radix-ui/react-use-controllable-state |
| Bare install | fails once the shadcn-style helpers are removed, so it needs that setup |
| Provider | no provider required in the harness |
In a non-shadcn project, add the local Button component and cn class-merging utility, configure the at-sign path alias, provide the Tailwind theme tokens used by the styles, and install the Radix controllable-state and Lucide packages.
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 chat pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.
- hextaui-alertminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 26.8KB
- Bare
- fail
- Prov
- NO
- ruixen-comment-threadunclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 40.2KB
- Bare
- fail
- Prov
- NO
- ruixen-smart-paste-inputunclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 44.4KB
- Bare
- fail
- Prov
- NO
- ruixen-faq-chat-accordionunclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 67.7KB
- Bare
- fail
- Prov
- NO
- ruixen-gradient-chat-inputgradient-glow
- Renders
- YES
- A11y
- 0
- Gzip
- 72.6KB
- Bare
- fail
- Prov
- NO
- tripled-ai-chat-interface-shadcnuiminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 74.3KB
- Bare
- fail
- Prov
- NO