← all modules

Std.Ui.Border

Std.Ui.Border
  Std.Ui.Border — typed border-* + shadow attribute helpers for `Std.Ui`.

Values
  activeColor : Color -> Attribute msg
  color : Color -> Attribute msg
  dashed : Attribute msg
  dotted : Attribute msg
  focusColor : Color -> Attribute msg
  focusVisibleColor : Color -> Attribute msg
  glow : Int -> Color -> Attribute msg
  hoverColor : Color -> Attribute msg
  hoverRounded : Int -> Attribute msg
  hoverWidth : Int -> Attribute msg
  innerShadow : { offsetX : Int , offsetY : Int , blur : Int , spread : Int , color : Color } -> Attribute msg
  rounded : Int -> Attribute msg
  shadow : { offsetX : Int , offsetY : Int , blur : Int , spread : Int , color : Color } -> Attribute msg
  solid : Attribute msg
  width : Int -> Attribute msg
  widthEach : { top : Int , right : Int , bottom : Int , left : Int } -> Attribute msg