Pinned Loading
-
-
-
-
Hook for controlling a mobile menu, ...
Hook for controlling a mobile menu, closes when clicking outside the menu 1import { useState, useEffect, useRef } from 'react'
23export default function useMobileMenu() {
4const [isMenuOpen, setIsMenuOpen] = useState(false)
5const portalRef = useRef<HTMLUListElement | null>(null)
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.