Measured entry
kibo-snippet
A client-side React card for presenting code variants as tabs with a clipboard action and copied-state feedback. It ships as shadcn registry source rather than a standalone package, composing local Button and Tabs components, the cn utility, Tailwind theme classes, Lucide icons, and Radix-backed UI primitives.



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 | 41.0 KB (106.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 35s 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 focused snippet card that builds and mounts cleanly in its intended environment, with no observed accessibility or overflow issues. It needs a shadcn-style setup, so it is a good source component for an existing design system but not a standalone drop-in.
Use it if
- You need compact, tabbed snippets for commands or code variants.
- Your app already uses shadcn aliases, theme tokens, Button, Tabs, and the cn helper.
- You want composable header, trigger, content, and copy controls that can be rearranged locally.
Skip it if
- You need a drop-in package that does not rely on local shadcn components and path aliases.
- You need syntax highlighting, line numbers, or rich code-block behavior out of the box.
- You need long code to wrap or scroll instead of being truncated.
- You need the copy control to remain visible on touch and keyboard interaction without changing its hover-only styling.
Install
| Declared dependencies | lucide-react, radix-ui |
|---|---|
| Missing on install | none |
| Bare install | fails once the shadcn-style helpers are removed, so it needs that setup |
| Provider | no provider required in the harness |
A non-shadcn project must add the Button and Tabs implementations, the cn class-merging helper, matching import aliases, Tailwind utilities and theme tokens, Lucide React, and the Radix-backed tabs dependency. It also needs client-side React rendering and clipboard access for copying.
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 card pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.
- tailark-veil-content-1minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 17.6KB
- Bare
- pass
- Prov
- NO
- tailark-veil-content-2minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 17.6KB
- Bare
- pass
- Prov
- NO
- tailark-mist-content-3minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 24.1KB
- Bare
- pass
- Prov
- NO
- neobrutalism-cardbrutalism
- Renders
- YES
- A11y
- 0
- Gzip
- 29.6KB
- Bare
- pass
- Prov
- NO
- neobrutalism-ncardbrutalism
- Renders
- YES
- A11y
- 0
- Gzip
- 29.6KB
- Bare
- pass
- Prov
- NO
- reui-icon-stackminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 30.1KB
- Bare
- pass
- Prov
- NO