Components
An interactive component that creates animated wavy dot effects when clicked. Each click generates multiple dots that follow a curved path animation with staggered timing and fading opacity.
npx shadcn@latest add https://21st.dev/r/jatin-yadav05/click-trigger-path-waveLoading preview...
import ClickTriggerPathWave from "@/components/ui/click-trigger-path-wave";
export default function DemoOne() {
return <ClickTriggerPathWave />;
}