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
| Prop | Type | Default | Description |
|---|---|---|---|
| strength | number | 0.5 | Strength of the magnetic effect |