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>
  )
}

Component Details

FrameworkReact / Next.js
StylingTailwind CSS
AnimationFramer Motion
DependenciesNone