Skip to main content
cngx-src documentation

STEPPER_DEFAULT_DENSITY_BREAKPOINTS

Variablecommon/stepper

projects/common/stepper/stepper-config.ts

Description#

Default per-step px thresholds for the density: 'auto' ladder. The literal lives on a single exported const so the runtime resolver, the config default, and any JSDoc cross-references stay in lockstep. Consumers override via withStepperDensity's second argument.

Type#

CngxStepperDensityBreakpoints

Default value#

{
  compact: 120,
  minimal: 64,
}