the-sett / the-sett-laf / TheSett.Cards

For building parts of a card:

card : List (List (Card -> ResponsiveDSL.Builder { a | card : ResponsiveDSL.Compatible } Card)) -> List (Html.Styled.Attribute msg) -> List (Card -> ResponsiveStyle -> Html.Styled.Html msg) -> ResponsiveStyle -> Html.Styled.Html msg

Creates a Card container.

image : List (List (Card -> ResponsiveDSL.Builder { a | image : ResponsiveDSL.Compatible } Card)) -> List (Html.Styled.Attribute msg) -> List (Html.Styled.Html msg) -> Card -> ResponsiveStyle -> Html.Styled.Html msg

Creates an image on the card.

title : String -> Card -> ResponsiveStyle -> Html.Styled.Html msg

Creates a title on the card.

body : List (Html.Styled.Html msg) -> Card -> ResponsiveStyle -> Html.Styled.Html msg

Defines the body of the card.

src : String -> ResponsiveDSL.StyleBuilder { a | card : Basics.Never } Card

Sets the URL of the image.