Gradient Button

A button featuring an animated, shifting gradient background.

Installation

bash
npm install motion

Usage

tsx
import GradientButton from '@/components/ui/gradient-button';

<GradientButton
  label="Get Started"
  onClick={() => {}}
/>