view : List (Attribute msg) -> { total : Basics.Int, active : Basics.Int, onClick : Basics.Int -> msg } -> Html msg
viewLinks : List (Attribute msg) -> { total : Basics.Int, active : Basics.Int, href : Basics.Int -> String } -> Html msg
separator : List (Html msg) -> Attribute msg
htmlAttrs : List (Html.Attribute msg) -> Attribute msg
Attributes applied to the wrapper element.
noAttr : Attribute msg