← all modules

Std.Ui.Responsive

Std.Ui.Responsive
  Std.Ui.Responsive — device-class detection + breakpoint helpers for `Std.Ui`.

Types
  type DeviceClass = Phone | Tablet | Desktop | BigDesktop

Values
  bigDesktop : DeviceClass
  classifyDevice : { width : Int , height : Int } -> DeviceClass
  desktop : DeviceClass
  deviceClassToString : DeviceClass -> String
  mobile : DeviceClass
  tablet : DeviceClass