Gradient Button

Installation

bash
npm install motion

Usage

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

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