Overview
TheuseIsMobile hook detects if the current viewport width is below the mobile breakpoint (768px).
Import
Signature
Returns
true if viewport width is less than 768px, false otherwise.
Detect if the viewport is mobile-sized
useIsMobile hook detects if the current viewport width is below the mobile breakpoint (768px).
true if viewport width is less than 768px, false otherwise.