Measured entry

kibo-spinner

progressminimal-flatdo not use

A TypeScript React spinner collection shipped as a shadcn registry item. It offers icon-based and inline SVG variants, relies on lucide-react and a cn utility, and delegates its default variant to a spinner imported through the author's monorepo alias.

This entry is a do-not-use verdict

It is published because it broke, not in spite of it. The run stopped at the production build, and the recorded output is printed further down this page.

No frame on record for this entry

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 kibo-spinner
BuildFAIL
MountFAIL
Console errors0
Uncaught page errors1
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginalnot recorded
Bare modeFAIL
Provider requiredNO
Demo usednone

What the harness recorded

BUILD

✗ Build failed in 1m 45s
error during build:
[vite]: Rollup failed to resolve import "@repo/shadcn-ui/components/ui/spinner" from "<sandbox>/src/cut/index.tsx".

PAGE ERROR

build failed

BARE BUILD

✗ Build failed in 1m 36s
error during build:
[vite]: Rollup failed to resolve import "@repo/shadcn-ui/components/ui/spinner" from "<sandbox>/src/cut/index.tsx".

Verdict

Do not publish this item unchanged. The build fails because its default branch imports a base spinner through an unresolved repository-only alias. It needs a shadcn-style setup plus a corrected local import before it can mount; teams seeking drop-in code should avoid it.

Use it if

  • You want several loading indicator styles behind one variant prop.
  • Your app already has Tailwind animation utilities, a cn helper, and a compatible base spinner.
  • You are comfortable replacing the repository-specific import during installation.

Skip it if

  • You need a registry item that builds unchanged outside the author's monorepo.
  • Your project does not use shadcn conventions or path aliases.
  • You need loading indicators that honor reduced-motion preferences without further work.
  • You want a dependency-free spinner rather than Lucide icons and utility classes.

Install

Installation record for kibo-spinner
Declared dependencieslucide-react
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 lucide-react, provide an equivalent cn class-merging helper, configure the source alias and Tailwind spin utility, then add a local base spinner or replace the default branch and its repository-specific import. Consider adding reduced-motion behavior for the animated variants.

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.

License
MIT
Record published
2026-08-14

Alternatives

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