Tools to help you with screen resizing.
npm install react-resize-toolsTools to help you with screen resizing.
``sh`
yarn add react-resize-toolsor
npm i react-resize-tools --save
Example:
` js`
const size = useScreenSize()
Example:
` js`
const widthType = useScreenWidthType()
// or
const widthType = useScreenWidthType({
sm: 640,
md: 768,
lg: 1024,
xl: 1280,
xxl: 1400
})$3
| Option | Default |
|---------|---------|
| sm | 640 |
| md | 768 |
| lg | 1024 |
| xl | 1280 |
| xxl | 1400 |
Example:
` js``
const scroll = useScroll()