A button with a rotating border gradient that highlights on hover with a blue radial glow.
import 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> ); }