<MagneticButton />
It's a fancy bubbly type button element to enhance your website.
Image

Code - structure
import MagneticButton from '../components/MagneticButton'
import Link from "next/link"
<MagneticButton buttonClass="bg-[#6e5afd] py-[20px] px-[55px] rounded-[35px]">
<Link href="#" className="text">Contact Us</Link>
</MagneticButton>Props
| Option's (props) | Values |
|---|---|
| buttonClass | Apply the classes for the button wrapper. |
| innerClass | Apply the classes for the inner wrapper. |
| className | Custom css className (optional). |