Magnet Button

Pointer-reactive button with subtle magnetic attraction.

Install

pnpm add lucide-react

Usage

import { MagnetButton } from '@/app/components/magnet-button';
'use client';

export function MagnetButton() {
  // copy from registry component source
}