Premium Button

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

Installation

pnpm dlx rareui add premium-button

Usage

1

Import the component

import { PremiumButton } from '@/components/rareui/premium-button';
2

Use in your application

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

Features

Animated gradient background that shifts on hover.

Props

This component currently doesn't accept props. To customize, modify the component code directly after installation.