customs-hooks
v1.0.3
Published
A ReactJS hooks
Downloads
4
Readme
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()