Measured entry

ruixen-load-ripple

badgeunclassifiedmotion on file

A client-side React ripple loader made from nested, staggered circles. It ships as a shadcn registry UI file with accompanying animation keyframes, and relies on React plus Tailwind utility and arbitrary-animation support. It has no separate runtime package or provider.

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

Verdict

A focused, dependency-light loader that builds and mounts cleanly, stays within its viewport, and introduces no detected accessibility violations. It is a solid fit for decorative waiting states, but teams still need to supply semantic loading feedback and reduced-motion behavior where those matter.

Use it if

  • You need a decorative loading indicator for a spacious panel, empty state, or transition screen.
  • Your React app already uses Tailwind and can include the registry-provided keyframes.
  • You want a neutral loader that works against both light and dark surfaces.

Skip it if

  • You need determinate progress, status text, or an accessible loading announcement without adding that behavior yourself.
  • Your interface must honor reduced-motion preferences without modifying the animation classes.
  • You need a compact inline indicator, since the component uses a fixed square footprint.
  • Your project does not use Tailwind and you do not want to translate its utility classes into local CSS.

Install

Installation record for ruixen-load-ripple
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 component manually, ensure Tailwind scans its file and supports the utility syntax, and copy the load-ripple keyframes into your global stylesheet or Tailwind configuration. Add client-component handling if your framework distinguishes server and client modules.

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