An animated loading indicator featuring vertical bars that scale up and down in a wave-like pattern to indicate loading states.
Usage
import { WaveLoader } from "@/components/molecule-ui/wave-loader"
<WaveLoader />
Examples
With message
Loading...
Props
Prop | Type | Default |
---|---|---|
messagePlacement? | "bottom" | "left" | "right" | bottom |
message? | string | - |
bars? | number | 5 |