← all modules

Std.Ui.Background

Std.Ui.Background
  Std.Ui.Background — typed background-* attribute helpers for `Std.Ui`.

Values
  activeColor : Color -> Attribute msg
  color : Color -> Attribute msg
  disabledColor : Color -> Attribute msg
  focusColor : Color -> Attribute msg
  focusVisibleColor : Color -> Attribute msg
  gradient : String -> Attribute msg
  hoverColor : Color -> Attribute msg
  image : String -> Attribute msg
  linearGradient : Float -> List ( Float, Color ) -> Attribute msg