useOnline

useOnlineは、ブラウザがオンライン状態かどうかを検知するカスタムフックです。

Online

使い方

import { useOnline } from "@yamada-ui/react"
const online = useOnline()