Components
Loading preview...
"Aura Core," is designed to feel like a prime, luxurious, and powerful energy source, fitting the "Dubai 2048 Winner" theme. It combines procedural noise, geometric rays, and smooth particle motion into a single, cohesive visual. The key feature is the interactive UI panel that allows you to control the shader's parameters in real-time, transforming it from a simple animation into a creative tool.
@dhiluxui
npx shadcn@latest add https://21st.dev/r/dhileepkumargm/aura-coreimport AuraCore from "@/components/ui/aura-core";
export default function DemoOne() {
return (
<div className="w-screen h-screen">
<AuraCore />
</div>
);
}