Skip to content

Breakpoint model

Breakpoint is a model representing a single breakpoint and consists of the following fields:

  • name: TBreakpointName
  • value: TBreakpointValue

TBreakpointName

Represents a string consisting of one of the 6 possible breakpoint names:

  • xs
  • sm
  • md
  • lg
  • xl
  • xxl

TBreakpointValue

Represents a number consisting of one of the 6 possible breakpoint values:

  • 576
  • 768
  • 1000
  • 1200
  • 1440
  • 1920