Metal Button Gold
lakssh/metal-button-goldFreeComponent
A shadcn/ui based button but it's made of gold metal
Install it
npx shadcn@latest add https://button.lakshb.dev/r/metal-button-gold.jsonSource
1import { MetalButton } from "@/components/metal-button";23export function MetalButtonGold() {4 return (5 <div className="flex min-h-screen items-center justify-center">6 <MetalButton variant="gold">Gold</MetalButton>7 </div>8 );9}
What it pulls in
Other registry items
Files it writes
More from lakssh
All 7 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Metal Buttonmetal-button | lakssh | Components | Free | no deps | |
| Metal Button Bronzemetal-button-bronze | lakssh | Components | Free | no deps | |
| Metal Button Errormetal-button-error | lakssh | Components | Free | no deps | |
| Metal Button Primarymetal-button-primary | lakssh | Components | Free | no deps | |
| Metal Button Successmetal-button-success | lakssh | Components | Free | no deps |
