Measured entry
eldora-photon-beam
background-effectgradient-glowmotion on file
A client-side React background that draws animated light lanes and moving signal trails on a WebGL canvas. It ships as a shadcn registry TSX file, but has no shadcn component dependency. It uses Three.js plus its EffectComposer, RenderPass, and bloom postprocessing modules, with utility classes only for the container.



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 | 148.9 KB (214.3 KB build, 65.4 KB baseline) |
| Bare mode | OK |
| Provider required | NO |
| Demo used | written from the component source API |
Verdict
A convincing, configurable data-stream backdrop that builds and mounts cleanly without framework providers. The tradeoff is substantial Three.js overhead and an always-running render loop, so it fits a prominent landing section better than routine interface decoration.
Use it if
- You need a dark hero or section backdrop that suggests data flow, networking, or motion.
- Your app already accepts Three.js and continuous WebGL rendering for a decorative effect.
- You want direct control over beam colors, density, motion, trails, and bloom through React props.
Skip it if
- Bundle weight and graphics runtime cost matter more than a cinematic background.
- You need reduced-motion behavior, pausing when offscreen, or a static fallback without adding those features.
- Your target browsers or embedded webviews cannot reliably provide WebGL.
- You need the background to communicate accessible content rather than remain decorative.
Install
| Declared dependencies | react, three |
|---|---|
| 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 TSX file into the client bundle, install React and Three.js, and ensure the bundler resolves Three.js example postprocessing modules. Add the referenced height, minimum-height, width, and black-background utility classes through Tailwind, or replace them with equivalent CSS. Give the parent a deliberate size.
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/karthikmudunuri/eldorauiAlternatives
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