Measured entry

kokonut-v0-button

buttondark-futuristic

A compact link styled as a button that opens a named registry item in the v0 editor. It ships as a shadcn registry component and composes the project Button plus the cn utility, Tailwind classes, a path alias, and site URL environment configuration; the registered Button brings the Radix dependency.

Specimen
Harness screenshot of kokonut-v0-button at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of kokonut-v0-button at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of kokonut-v0-button 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 kokonut-v0-button
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal32.1 KB (97.5 KB build, 65.4 KB baseline)
Bare modeFAIL
Provider requiredNO
Demo usedwritten from the component source API

What the harness recorded

BARE BUILD

✗ Build failed in 2m 2s
error during build:
[vite:load-fallback] Could not load <sandbox>/src/lib/utils (imported by src/cut/components/kokonutui/v0-button.tsx): ENOENT: no such file or directory, open '<sandbox>/src/lib/utils'

Verdict

A focused, credible choice for shadcn registry sites, with a clear accessible label and a narrow job. It is not portable as copied source: the bare mount fails because it needs a shadcn-style setup, including the expected Button and cn utility.

Use it if

  • You publish shadcn registry items and want a direct Open in v0 control beside each item.
  • Your app already has the expected Button, cn utility, Tailwind setup, and site URL environment variable.
  • You want the destination registry item to remain selectable through a simple name prop.

Skip it if

  • You need a general action button rather than a link dedicated to the v0 editor.
  • Your registry endpoint is not derived from the deployed site URL environment variables used by this component.
  • You do not use Tailwind or shadcn conventions and do not want to recreate their Button and utility layer.
  • You need to keep users inside your product instead of opening an external editor in a new tab.

Install

Installation record for kokonut-v0-button
Declared dependenciesradix-ui
Missing on installnone
Bare installfails once the shadcn-style helpers are removed, so it needs that setup
Providerno provider required in the harness

In a non-shadcn project, add a compatible Button with asChild support, the Radix package used by that Button, a cn class-merging utility, the configured path alias, and Tailwind support for the supplied classes. Also provide the production or public site URL environment variable used to build the registry link.

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.

Alternatives

Other published entries for the button pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.