magic-ui
components
ui

interactive-hover-button

A visually engaging button component that responds to hover with dynamic transitions, adapting smoothly between light and dark modes for enhanced user interactivity.

button
flex
hover
interactive
positioning
text
transition
View Docs

Source Code

Files
interactive-hover-button
1import { InteractiveHoverButton } from "@/components/magicui/interactive-hover-button";
2 
3export function InteractiveHoverButtonDemo() {
4  return <InteractiveHoverButton>Hover Me</InteractiveHoverButton>;
5}