Command Palette

Search for a command to run...

Components/Magnetic Button

Magnetic Button

A modern magnetic button component with smooth magnetic hover effect.

import MagneticButton from "@/components/ui/magnetic-button"

export default function Example() {
  return <MagneticButton />
}

Installation

pnpm dlx shadcn@latest add https://www.roshansahu.site/r/magnetic-button.json

Usage

Import the component in your project pages.

import MagneticButton from "@/components/ui/magnetic-button"

export default function Example() {
  return <MagneticButton />
}

API Reference

Configure your component behavior using these props.

PropTypeDefaultDescription
childrenReact.ReactNode"Magnetic Button"The content inside the button.
strengthnumber0.8Magnetic pull strength factor.
maxDistancenumber100Maximum distance in pixels for the magnetic effect.