Renders a vertical line placeholder.
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 : VerticalLine -> Html.Styled.Html msg
Renders a vertical line placeholder using the given configuration.