Skip to content

breakpoints

const breakpoints: 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

readonly lg: 992 = 992

md

readonly md: 768 = 768

sm

readonly sm: 576 = 576

xl

readonly xl: 1200 = 1200

xs

readonly xs: 0 = 0