Measured entry
kokonut-ai-loading
loaderdark-futuristicmotion on file
A client-side React loader that pairs a multicolor circular progress animation with a scrolling, terminal-like list of AI task updates. It ships as a shadcn registry TSX file, uses React hooks, browser visibility APIs, and Tailwind utility classes, and declares Motion even though the source does not import it.



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 | 1 |
| Axe moderate | 0 |
| Axe minor | 0 |
| Gzip marginal | 21.9 KB (87.3 KB build, 65.4 KB baseline) |
| Bare mode | OK |
| Provider required | NO |
| Demo used | written from the component source API |
Verdict
Use it as a distinctive concept for AI waiting states, not as a drop-in production progress meter. It builds, mounts, and stays within the tested layouts, but the simulated status logic and contrast finding mean teams should wire it to real state and revise the palette before shipping.
Use it if
- You need a centered, dark-mode-friendly status treatment for a long-running AI workflow.
- Your product can use illustrative task copy while work is underway rather than reporting exact backend progress.
- You already use React and Tailwind and are comfortable adapting the included sequences to your own states.
Skip it if
- You need a progress indicator tied to actual job state; its progress and task lines are simulated.
- Your accessibility bar requires the component to pass contrast checks without visual changes.
- Your interface must respect reduced-motion preferences out of the box; the animation does not include that handling.
- You want a generic spinner without terminal-style AI copy or ongoing timers.
Install
| Declared dependencies | motion |
|---|---|
| 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 React project, copy the TSX component into a client-rendered area and add Tailwind with dark-mode utilities. Ensure IntersectionObserver is available in the target browser environment. The registry declares Motion, but this file never imports it, so it can be omitted unless your registry tooling installs every declared dependency. Replace the hard-coded task sequences and add contrast and reduced-motion fixes.
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/kokonut-labs/kokonutuiAlternatives
Other published entries for the loader pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.
- ruixen-solar-loaderspatial
- Renders
- YES
- A11y
- 0
- Gzip
- 19.5KB
- Bare
- pass
- Prov
- NO
- tripled-folder-animationminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 70.8KB
- Bare
- pass
- Prov
- NO
- tripled-folder-animation-carbonminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 70.8KB
- Bare
- pass
- Prov
- NO
- shadcn-spinnerunclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 29.9KB
- Bare
- fail
- Prov
- NO
- 8bitcn-spinnerskeuomorphism
- Renders
- YES
- A11y
- 0
- Gzip
- 30.0KB
- Bare
- fail
- Prov
- NO
- hextaui-spinnerminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 30.2KB
- Bare
- fail
- Prov
- NO