Upgrade Button

A premium upgrade button with a dynamic gradient background and hover effects.

Installation

Run the following command to install the component:

npx rareui add upgrade-button

This will install the component to components/rareui/ directory.

Usage

import { UpgradeButton } from '@/components/rareui/buttons/upgrade-button';

export default function App() {
  return (
    <UpgradeButton />
  );
}