Components
A full-screen, canvas-driven aurora “field lines” effect built with vanilla JavaScript noise and Bezier tracers. Particles trace graceful arcs from bottom to top, warp around the cursor’s influence, and fade in soft, luminous trails. Ideal for hero backgrounds, ambient UI backdrops, or generative-art overlays.
npx @21st-dev/cli add dhileepkumargm/field-lines-auroraLoading preview...
import CelestialFieldLines from "@/components/ui/field-lines-aurora";
export default function DemoOne() {
return <CelestialFieldLines />;
}