Components
Loading preview...
this shader transforms the energy into a mesmerizing, ever-twisting spiral. The waves of color now flow from the center outwards in a hypnotic vortex, creating a sense of infinite depth and motion. It maintains the soul of the previous design but expresses it in a completely new and unique form.
@dhiluxui
npx shadcn@latest add https://21st.dev/r/dhileepkumargm/spiral-shaderimport ShaderAnimation from "@/components/ui/spiral-shader";
export default function DemoOne() {
return (
<div className="relative flex h-screen w-full flex-col items-center justify-center overflow-hidden bg-black">
<ShaderAnimation/>
<span className="absolute pointer-events-none z-10 text-center text-5xl md:text-7xl leading-none font-semibold tracking-tighter whitespace-pre-wrap text-white">
Galactic Spiral
</span>
</div>
)
}