A dynamic shader-driven 3D sphere with animated noise patterns, customizable bloom post-processing, and themeable colors — all controllable via React props.
import { FireSphere } from "@/components/ui/fire-sphere"; export default function DemoOne() { return <FireSphere // bloomStrength={strength} // bloomRadius={radius} // bloomThreshold={0} // color0={border} // color1={base} // animate />; }