Components
Loading preview...
A button with a rotating border gradient that highlights on hover with a blue radial glow.
@Shatlyk1011
npx shadcn@latest add https://21st.dev/r/Shatlyk1011/hover-border-gradientimport HoverBorderDemo from "../components/ui/hover-border-gradient";
export default function Demo() {
return (
<div className="flex items-center justify-center min-h-screen bg-background">
<HoverBorderDemo />
</div>
);
}