A button with animated radial gradient borders that glow on hover. Pill-shaped with emerald accent.
import GradientBordersButton from "../components/ui/gradient-borders-button"; export default function Demo() { return ( <div className="flex items-center justify-center min-h-screen bg-background"> <GradientBordersButton /> </div> ); }