BOOM
Text Explosion
Text EffectsText that explodes on click
explosionparticlesinteractive
Installation
$
Usage
tsx
import { TextExplosion } from "@/components/nonaxial/text-explosion"
export default function Example() {
return (
<TextExplosion>{/* Your content here */}</TextExplosion>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |