bigardone / elm-css-placeholders / Placeholders.VerticalLine

Renders a vertical line placeholder.

Definition


type VerticalLine

Represents the configuration for a vertical line placeholder

default : VerticalLine

Returns a default configuration for a vertical line placeholder.

withBackgroundColor : Css.Color -> VerticalLine -> VerticalLine

Adds backgroundColor to a VerticalLine.

View

view : VerticalLine -> Html.Styled.Html msg

Renders a vertical line placeholder using the given configuration.