GSAPGSAP Button

GSAP Button

Professionally animated button with GSAP - entry bounce, hover scale, click elastic, and text lift animations.

Installation

$ npx @nehal712521/inprogress add gsap-button

Requires: gsap

Preview

Usage

import { GSAPButton } from "@/components/ui/gsap-button";

<GSAPButton variant="primary" size="md" onClick={() => console.log("clicked")}>
  Click me
</GSAPButton>