Metal Button Basic Example
lakssh/metal-button-demoFreeBlock
A basic example of the metal button component
Install it
npx shadcn@latest add https://button.lakshb.dev/r/metal-button-demo.jsonSource
1import { MetalButton } from "@/components/metal-button";23export function MetalButtonDemo() {4 return (5 <div className="flex min-h-screen items-center justify-center">6 <MetalButton variant="default">Button</MetalButton>7 </div>8 );9}
What it pulls in
Other registry items
