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