Magnet Button
Pointer-reactive button with subtle magnetic attraction.
Install
pnpm add lucide-reactUsage
import { MagnetButton } from '@/app/components/magnet-button';'use client';
export function MagnetButton() {
// copy from registry component source
}