view : List (Attribute msg) -> List (Html msg) -> Html msg
-- horizontal divider
W.Divider.view [] []
-- horizontal divider with a centralized label
W.Dividier.view [] [ H.text "divide, not conquer" ]
vertical : Attribute msg
margins : Basics.Int -> Attribute msg
light : Attribute msg
color : String -> Attribute msg
noAttr : Attribute msg