Components
Loading preview...
Interactive particle animation with mouse tracking, gooey SVG effects, and animated text. Features a custom cursor that emits particles on movement, creating a dynamic mask reveal effect with scaling typography.
@kedhar
npx shadcn@latest add https://21st.dev/r/kedhareswer.12110626/particle-animationimport React from 'react'
import ParticleAnimation from '../components/ui/particle-animation'
export default function Demo() {
return <ParticleAnimation />
}