A customisable morphing square loader component for indicating loading states in your application. Features smooth shape transitions and optional loading messages.
import { MorphingSquare } from "@/components/ui/morphing-square"; export default function DemoOne() { return <MorphingSquare message='Loading...' />; }
Part of Molecule UI — browse the full library on 21st.dev.