jxxcarlson / elm-widget / Widget.Bar

Construct and render

make : Basics.Float -> Bar

toElement : Bar -> Element msg

Orientation

horizontal : Bar -> Bar

vertical : Bar -> Bar

Dimensions

withSize : Basics.Float -> Bar -> Bar

withThickness : Basics.Float -> Bar -> Bar

Color

withRGB : Basics.Float -> Basics.Float -> Basics.Float -> Bar -> Bar

withRGBHex : String -> Bar -> Bar