Components
A blue “HOVER” button that, on hover, animates into a black-and-white theme while changing its text to the word “WORLD” in a dynamic transition.
Loading preview...
import { Component } from "@/components/ui/hover-blocks";
export default function DemoOne() {
return <Component />;
}