Realistic Button
A skeuomorphic realistic button with hover and active states.
Loading...
Installation
pnpm dlx shadcn@latest add https://harshkanjiya.com/r/realistic-button.json
Usage
import { RealisticButton } from "@/components/realistic-button"
export default function Page() {
return <RealisticButton />
}