Components
Loading preview...
A dynamic text animation component that renders words using interactive particles with fluid motion and color transitions, allowing particle destruction through right-click mouse interaction.
npx shadcn@latest add https://21st.dev/r/xubohuah/particle-text-effectimport { ParticleTextEffect } from "@/components/ui/particle-text-effect";
export default function DemoOne() {
return <ParticleTextEffect />;
}