Skip to content

Instantly share code, notes, and snippets.

module Card exposing (Model, view)
import Html exposing (Html, div, text, p)
import Html.Attributes exposing (class)
import Html.Events exposing (onClick)
import Debug
type alias Model =
{ name : String