MagneticIcon

An icon wrapper that sticks to the cursor magnetically.

Usage

import { MagneticIcon } from '@reactomega/ui';
import { Icon } from 'lucide-react';

export default function App() {
  return (
    <MagneticIcon strength={0.5}>
      <Icon />
    </MagneticIcon>
  );
}

Props

PropTypeDefaultDescription
strengthnumber0.5Strength of the magnetic effect