Skip to main content
cngx-src documentation

STEPPER_DEFAULT_MOBILE_BREAKPOINT

Variablecommon/stepper

projects/common/stepper/stepper-config.ts

Description#

Default media query the mobile auto-collapse policy reacts to. The literal lives on a single exported const so the runtime, the config default, and any JSDoc cross-references stay in lockstep. Consumers override the query via withStepperMobileBreakpoint.

Type#

string

Default value#

'(max-width: 480px)'