breakpoints
constbreakpoints:object
Defined in: src/theme/breakpoints.ts:11
Library breakpoint values (px) — used by responsive components like
Stack and exposed via useBreakpoint.
Values follow the same scale Stack already uses (576/768/992/1200) and are part of the public API.
xs is always 0 and effectively means “no minimum”; every viewport
matches xs.
Type Declaration
Section titled “Type Declaration”
readonlylg:992=992
readonlymd:768=768
readonlysm:576=576
readonlyxl:1200=1200
readonlyxs:0=0