A smooth magnetic hover effect that subtly pulls elements toward the cursor.
pnpm dlx shadcn@latest add https://atlasui.dev/r/magnetic-hover-html.json
Add class="magnetic-hover" to the element you want to apply the effect.
class="magnetic-hover"
<button class="magnetic-hover">...</button> <a href="#" class="magnetic-hover">...</a> <div class="magnetic-hover">...</div>
data-strength
number
1
On This Page
Contribute