Components
Loading preview...
A dynamic, morphing aurora background built with CSS gradients and keyframe animations. Perfect for hero sections or full-screen backdrops.
@dhiluxui
npx shadcn@latest add https://21st.dev/r/dhileepkumargm/liquid-auroraimport { Component } from "@/components/ui/liquid-aurora";
export default function DemoOne() {
return <Component />;
}