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.



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 | 0 |
| Axe moderate | 0 |
| Axe minor | 0 |
| Gzip marginal | 18.1 KB (83.5 KB build, 65.4 KB baseline) |
| Bare mode | OK |
| Provider required | NO |
| Demo used | written 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
| Declared dependencies | none declared |
|---|---|
| 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 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.
Author repository
github.com/ruixenui/ruixen.comAlternatives
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.
- hyperui-footers-4editorial
- Renders
- YES
- A11y
- 0
- Gzip
- 20.0KB
- Bare
- pass
- Prov
- NO
- hyperui-footers-5editorial
- Renders
- YES
- A11y
- 0
- Gzip
- 20.2KB
- Bare
- pass
- Prov
- NO
- hyperui-footers-7editorial
- Renders
- YES
- A11y
- 0
- Gzip
- 20.4KB
- Bare
- pass
- Prov
- NO
- hyperui-footers-2editorial
- Renders
- YES
- A11y
- 0
- Gzip
- 26.6KB
- Bare
- pass
- Prov
- NO
- hyperui-footers-3editorial
- Renders
- YES
- A11y
- 0
- Gzip
- 26.6KB
- Bare
- pass
- Prov
- NO
- tailark-mist-footer-4minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 48.5KB
- Bare
- pass
- Prov
- NO