pnpm add gsap @gsap/react
Your Text Here
import { BounceTextReveal } from "@/components/docs/BounceTextReveal"
export default function BounceTextRevealDemo() {
return (
<div className="overflow-hidden">
<BounceTextReveal text="Your Text Here" />
</div>
)
}
| Prop | Type | Default | Notes |
|---|---|---|---|
text | string | required | The text to be revealed. |
className | string | - | Additional styles for the container. |