Components
This is a dark rounded button with glowing edges that, when clicked, triggers an animation resembling a moving polar magnetic field radiating outward.
Loading preview...
import { Component } from "@/components/ui/magnet-button";
export default function DemoOne() {
return <Component />;
}