Presenting Sillybits Pro - Beautifully crafted templates to create stunning landing pages in no time.
Docs
Magnetic Effect

Magnetic Effect

PreviousNext

A smooth magnetic hover effect that makes elements subtly follow the mouse cursor using spring animation.

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

PropTypeDefaultDescription
childrenReactNode-The React node that will exhibit the magnetic hover effect.