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