Components
Magneticbutton

<MagneticButton />

It's a fancy bubbly type button element to enhance your website.

Image

magneticbutton

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
buttonClassApply the classes for the button wrapper.
innerClassApply the classes for the inner wrapper.
classNameCustom css className (optional).