Gradient Button
A button featuring an animated, shifting gradient background.
Installation
bash
npm install motionUsage
tsx
import GradientButton from '@/components/ui/gradient-button';
<GradientButton
label="Get Started"
onClick={() => {}}
/>A button featuring an animated, shifting gradient background.
npm install motionimport GradientButton from '@/components/ui/gradient-button';
<GradientButton
label="Get Started"
onClick={() => {}}
/>