useAcceptOnlyInteger
useAcceptOnlyInteger is a hook use to prevent user from input the characters.
useAcceptOnlyInteger is a hook use to prevent user from input the characters.
useGeolocation is a hook which return location information.
useIntersectionObserver is an intersection function which trigger when it reach the targets.
useIsEmail is a hook which return true if the value that give match email regex pattern.
useLanguage is a hook use to detect a current languauge is being used as your preference.
useMouseMove is a hook which return `ts clientX`, `ts clientY`, `ts pageX`, `ts pageY`
useNetworkConnection is a hook which return network type, downlink, rtt, saveData
useOnline
useWindowScroll is a hook which return `ts scrollX`, `ts scrollY` when scrolling.
useWindowSize is a hook which return `ts height`, `ts widht` when resizing the window.