Metal Button Bronze
lakssh/metal-button-bronzeFreeComponent
A shadcn/ui based button but it's made of bronze metal
Install it
npx shadcn@latest add https://button.lakshb.dev/r/metal-button-bronze.jsonSource
1import { MetalButton } from "@/components/metal-button";23export function MetalButtonBronze() {4 return (5 <div className="flex min-h-screen items-center justify-center">6 <MetalButton variant="bronze">Bronze</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 Errormetal-button-error | lakssh | Components | Free | no deps | |
| Metal Button Goldmetal-button-gold | 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 |
