A directional arrow
{ direction : Direction
, size : ElmUIC.Theme.Size
}
Base model for an arrow
The possible directions you want the arrow to point
defaultArrow : Arrow
Instantiates the default properties of an arrow
{ defaultArrow | direction = Right }
arrow : ElmUIC.Theme.Theme -> Arrow -> List (Html.Styled.Attribute msg) -> List (Html.Styled.Html msg) -> Html.Styled.Html msg
A styled arrow
arrow defaultTheme defaultArrow [] []