Measured entry
magicui-backlight
background-effectaurora-meshmotion on file
A React wrapper that applies a saturated SVG blur behind one child while compositing the original content on top. It ships as a shadcn registry TSX file, uses React's generated IDs to keep filters distinct, and has no third-party runtime dependency beyond React.



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 | 20.8 KB (86.3 KB build, 65.5 KB baseline) |
| Bare mode | OK |
| Provider required | NO |
| Demo used | written from the component source API |
Verdict
A focused, dependency-light choice for content-derived glow effects. It builds and mounts cleanly without shadcn infrastructure, but the SVG blur can be costly over large or frequently changing media, so keep its use selective.
Use it if
- You want a reusable glow behind an image, video, SVG, or decorated card.
- You need the effect to inherit the colors of the wrapped content automatically.
- You prefer a self-contained SVG filter over extra animation or graphics packages.
Skip it if
- You need an actual animated aurora or mesh background rather than a static backlight.
- Your design system avoids SVG filters because of rendering or performance constraints.
- You need the wrapper to accept text or multiple sibling nodes without adding a container.
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 component TSX file into your source tree and import it normally. Ensure React and JSX TypeScript support are configured. No provider, utility helper, stylesheet, or additional 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/magicuidesign/magicuiAlternatives
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.
- ruixen-loading-circlegradient-glow
- Renders
- YES
- A11y
- 0
- Gzip
- 17.7KB
- Bare
- pass
- Prov
- NO
- eldora-hacker-backgrounddark-futuristic
- Renders
- YES
- A11y
- 0
- Gzip
- 17.8KB
- Bare
- pass
- Prov
- NO
- ruixen-ripple-circlesgradient-glow
- Renders
- YES
- A11y
- 0
- Gzip
- 17.9KB
- Bare
- pass
- Prov
- NO
- ruixen-dual-tone-rain-backgroundunclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 18.4KB
- Bare
- pass
- Prov
- NO
- cultui-lightboardliquid-glass
- Renders
- YES
- A11y
- 0
- Gzip
- 19.6KB
- Bare
- pass
- Prov
- NO
- ruixen-mouse-sparkunclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 20.6KB
- Bare
- pass
- Prov
- NO