EngageSoftware / elm-engage-common / Engage.Pattern.CardCollector

Pattern.CardCollector


type alias Attribute msg =
InternalAttribute msg -> InternalAttribute msg

The Attribute type

addButton : String -> msg -> Attribute msg

Get the addButton attribute

none : Attribute msg

Get the none attribute

title : String -> Attribute msg

Get the title attribute

view : Engage.Namespace.Namespace -> List (Attribute msg) -> List (Html msg) -> Html msg

Get the view