R
T

UseBreakpointsStrategy

testeddemo

Which edge a generated shortcut property (e.g. `breakpoints.lg`) reacts to. - `'min-width'` (mobile-first) — `lg` is `true` when the viewport is at least the `lg` width. - `'max-width'` (desktop-first) — `lg` is `true` when the viewport is at most the `lg` width.

Demo

Loading demo…

Signature

ts
export type UseBreakpointsStrategy = 'min-width' | 'max-width';