Appearance
Browser
Hook that returns the current screen orientation
import { useOrientation } from '@siberiacancode/reactuse';
const { angle, type } = useOrientation();
source
UseOrientationReturn