A customizable morphing square loader component for indicating loading states in your application. Features smooth shape transitions and optional loading messages.
Installation
Usage
import { MorphingSquare } from "@/components/molecule-ui/morphing-square"
<MorphingSquare />
Examples
With message
Loading...
Props
Prop | Type | Default |
---|---|---|
messagePlacement? | "top" | "bottom" | "left" | "right" | bottom |
message? | string | - |