Components
Loading preview...
A sleek, dark-themed CTA button featuring a cascading dot-wave animation and a colorful accent slab that smoothly expands on hover.
@smammar100
npx shadcn@latest add https://21st.dev/r/smammar100/anti-metal-buttonimport { Component } from "@/components/ui/anti-metal-button";
export default function DemoOne() {
return (
<div className="flex min-h-[300px] w-full items-center justify-center">
<Component />
</div>
);
}