A button labeled Hover that, when hovered, reveals the text Click and bends toward the side where the cursor touches.
import { Component } from "@/components/ui/hove-button"; export default function DemoOne() { return <Component />; }