Skip to content

Instantly share code, notes, and snippets.

View yotamDvir's full-sized avatar

Yotam Dvir yotamDvir

View GitHub Profile
@pdamoc
pdamoc / Component.elm
Last active June 27, 2016 08:09
Counter through JS
module Component exposing (..)
import Html exposing (..)
import Html.Attributes exposing (style)
import Html.Events exposing (onClick)
import Ports exposing (..)
-- MODEL