Measured entry

ruixen-ruixen-gradient-footer

footergradient-glowmotion on file

A client-side React footer wrapper that reveals a blurred, multicolor inline SVG glow as the page approaches its end. It ships as a shadcn registry component, accepts footer content through children, and depends only on React hooks and browser scroll APIs, with no added package or provider.

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

Verdict

A focused, portable scroll-end effect that builds and mounts cleanly without shadcn infrastructure. It is a good pick when the glow fits the brand, but it is not a finished footer. Supply the content yourself and test the fixed layer inside your actual page shell.

Use it if

  • Your page already has footer links and copy, and you want a scroll-reactive glow behind them.
  • Your visual identity can support a vivid rainbow band fixed to the bottom of the viewport.
  • You want an effect whose height, reveal, blur, shape, and color stops can be tuned through props.
  • You prefer an inline SVG treatment without canvas or an animation library.

Skip it if

  • Your footer must stay compact, since the component reserves substantial space beneath its children for the glow.
  • Your page shell applies transforms or filters around the footer, which can capture the fixed glow and change its positioning.
  • You need a complete footer with navigation, legal text, and layout included rather than an effect wrapper.
  • Your motion policy requires built-in reduced-motion handling; this component does not provide it.

Install

Installation record for ruixen-ruixen-gradient-footer
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, copy the client React component into the app and render it in a browser-enabled React tree. Add your own footer content as children and provide any surrounding layout or typography styles. No utility CSS setup, provider, or extra package is required.

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