Components
Loading preview...
A customisable morphing square loader component for indicating loading states in your application. Features smooth shape transitions and optional loading messages.
@molecule-ui
npx shadcn@latest add https://21st.dev/r/molecule-lab-rushil/morphing-squareimport { MorphingSquare } from "@/components/ui/morphing-square";
export default function DemoOne() {
return <MorphingSquare message='Loading...' />;
}