Measured entry

ruixen-loading-circle

background-effectgradient-glowmotion on file

A client-side React loading ornament that renders a stack of concentric, absolutely positioned spans with staggered scale and shadow animation. It ships as a shadcn registry UI file plus a registry-defined CSS keyframe, uses Tailwind utilities for layout, gradients, dark mode, and blur, and has no extra package dependency.

Specimen
Motion capture of the mounted demo, recorded by the harness. No audio track.
Harness screenshot of ruixen-loading-circle at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of ruixen-loading-circle at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of ruixen-loading-circle 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 ruixen-loading-circle
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal17.7 KB (83.1 KB build, 65.4 KB baseline)
Bare modeOK
Provider requiredNO
Demo usedwritten from the component source API

Verdict

A solid decorative ripple with clean mounting, no extra dependencies, and responsive overflow behavior. Use it as visual atmosphere, not as the only loading signal: the component has no status semantics, reduced-motion handling, or sizing API, so production use will usually need a small wrapper or edit.

Use it if

  • You want an ambient ripple behind a loading panel, empty state, or launch screen.
  • Your React app already uses Tailwind and can register the supplied animation keyframe.
  • A fixed square ornament fits the composition and you do not need progress semantics.

Skip it if

  • You need an accessible status indicator that announces loading state or conveys determinate progress.
  • Your design must respect reduced-motion preferences without modifying the animation.
  • You want a compact inline spinner; this is a large decorative effect with fixed sizing.
  • Your project does not use Tailwind and you do not want to translate its utility classes.

Install

Installation record for ruixen-loading-circle
Declared dependenciesnone declared
Missing on installnone
Bare installbuilds and mounts without the shadcn-style helpers
Providerno provider required in the harness

In a non-shadcn project, add the React client component, make Tailwind scan its file, and copy the loading-circles keyframes into your global Tailwind-compatible CSS or animation configuration. Ensure arbitrary sizing, gradients, dark variants, and backdrop blur utilities are available. Add an accessible loading label elsewhere if this represents actual work.

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 background-effect pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.