Use Screen Size
A React hook for detecting screen sizes and responsive breakpoints
Installation
Usage
The hook provides screen size detection with predefined breakpoints.
Reference
Return Values
Prop | Type | Default |
---|---|---|
screenSize | 'xs' | 'sm' | 'md' | 'lg' | '2xl' | '4k' | - |
isMobile | boolean | - |
Breakpoints
Prop | Type | Default |
---|---|---|
xs | ≤ 425px | - |
sm | ≤ 600px | - |
md | ≤ 758px | - |
lg | ≤ 1200px | - |
2xl | ≤ 1400px | - |
4k | ≥ 1800px | - |
Edit on GitHub
Last updated on