canceraiddev / elm-form-builder / Form.Field.Width

Form element width

Width


type Width
    = HalfSize
    | FullSize
    | Adaptive

decoder : Json.Decode.Decoder Width

toStyle : Width -> String