@quintenkasteel/useresize
v0.0.4
Published
A simple to use library that provides useSwipe hook for React that enables swipe gestures for touch screens.
Downloads
7
Maintainers
Readme
Getting Started with UseResize
A simple to use library that provides useResize hook for React that returns the width and height of the screen and viewport.
Usage
import useSwipe from '@quintenkasteel/useresize'
const reSize = useResize()
Return Values
width: String
Get the width of the viewport in pixels.
height: Number
Get the height of the viewport in pixels.
screenWidth: Number
Get the width of the screen.
screenHeight: Number
Get the height of the screen.