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