1.0.3 • Published 2 years ago
customs-hooks v1.0.3
customs-hooks
A ReactJS hooks
How to use it?
You can use the project in this way:
Install
# with npm
npm install customs-hooks
# with yarn
yarn add customs-hooks
Usage
- Import the package in your app:
import {useWindowSize} from 'customs-hooks'
Hooks
useWindowSize
This hook will give updated width and height of the window on resizing.
const windowSize = useWindowSize()