A visually engaging button component that responds to hover with dynamic transitions, adapting smoothly between light and dark modes for enhanced user interactivity.
1import { InteractiveHoverButton } from "@/components/magicui/interactive-hover-button";
2
3export function InteractiveHoverButtonDemo() {
4 return <InteractiveHoverButton>Hover Me</InteractiveHoverButton>;
5}