Components
A modern animated loading component with gradient orbs that rotate in a smooth morphing pattern.
npx shadcn@latest add https://21st.dev/r/jatin-yadav05/morph-loadingLoading preview...
import UniqueLoading from "@/components/ui/morph-loading";
export default function DemoOne() {
return <UniqueLoading variant="morph" size="lg" className="w-full h-full" />;
}