Installation
Examples
With different colors
Usage
import { MagneticEffect } from "@/components/sillybitsui/magnetic-effect";
<MagneticEffect>
<div className="p-5 rounded-lg shadow-sm bg-[#f2f2f2] border">
{Icons.facebook}
</div>
</MagneticEffect>
Props
Prop | Type | Default | Description |
---|---|---|---|
children | ReactNode | - | The React node that will exhibit the magnetic hover effect. |