uncover-co / elm-widgets / W.Pagination

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

Styles

separator : List (Html msg) -> Attribute msg

Html

htmlAttrs : List (Html.Attribute msg) -> Attribute msg

Attributes applied to the wrapper element.

noAttr : Attribute msg


type Attribute msg