A Motion for React square that scales up on hover and down on tap, from the official Motion examples catalog.
"use client" import Gestures from "@/components/ui/motion-gestures" export default function Default() { return ( <div className="motion-example flex w-full items-center justify-center p-8"> <Gestures /> </div> ) }