useHover

useHover is a custom hook that detects whether the pointer has moved over or away from an element.

Put mouse over me please

Usage

import { useHover } from "@yamada-ui/react"
const { hovered, ref } = useHover()