Premium Button

A gradient button with shadow and hover effects.

Preview

Installation & Usage

tsx
import { Button } from "@/components/ui/button"

export function PremiumButtonDemo() {
  return (
    <Button variant="premium">
      Get Started
    </Button>
  )
}