Components
A button with animated radial gradient borders that glow on hover. Pill-shaped with emerald accent.
npx shadcn@latest add https://21st.dev/r/Shatlyk1011/gradient-borders-buttonLoading preview...
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>
);
}