Measured entry
kibo-qr-code
A registry-delivered React QR code renderer with separate client and async server variants. It generates SVG through qrcode, uses culori to convert theme colors in the client version, and expects a shadcn-style cn utility backed by clsx and tailwind-merge.



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 | 54.0 KB (119.5 KB build, 65.5 KB baseline) |
| Bare mode | OK |
| Provider required | NO |
| Demo used | written from the component source API |
Verdict
A sound QR primitive with clean client and server choices, successful mounting, and no detected accessibility violations. Use it when the existing utility stack and QR dependencies are acceptable, but fix the demo wrapper for narrow screens and be deliberate about client color input.
Use it if
- You need a QR code that scales to its parent and accepts an error-correction setting.
- You want both a client-rendered option that follows theme variables and a server-rendered option with explicit colors.
- Your project already has Tailwind utility classes and a compatible cn helper.
Skip it if
- You need a compact dependency footprint for a single QR code.
- You need arbitrary client-side color formats, because the client parser only recognizes its expected OKLCH syntax and otherwise falls back.
- You need content visible on the client's initial render, since that variant waits for an effect before inserting the SVG.
- Your layout cannot tolerate the narrow-screen overflow seen in the supplied fixed-width demo wrapper.
Install
| Declared dependencies | culori, qrcode, 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 qrcode and culori plus their TypeScript declarations, provide React and Tailwind, and create a cn helper using clsx with tailwind-merge. Preserve the client directive for the browser variant, or import the async server variant where server components are 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 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