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
lg
readonlylg:992=992
md
readonlymd:768=768
sm
readonlysm:576=576
xl
readonlyxl:1200=1200
xs
readonlyxs:0=0