Skip to content
All gists
Back to GitHub
Sign in
Sign up
Sign in
Sign up
{{ message }}
Instantly share code, notes, and snippets.
Hassan Hayat
TheSeamau5
64
followers
·
10
following
Entrepreneur
Austin, TX
View GitHub Profile
Sort:
Recently created
Sort options
Recently created
Least recently created
Recently updated
Least recently updated
All gists
135
Forked
1
Starred
1
Sort:
Recently created
Sort options
Recently created
Least recently created
Recently updated
Least recently updated
1 file
0 forks
0 comments
1 star
TheSeamau5
/
Button.elm
Created
Jun 14, 2015
— forked from
jinjor/Button.elm
Version using Elm Architecture
View
Button.elm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
import
Html
exposing
(
Html
)
import
Html.Events
import
Signal
exposing
(
Address
,
Signal
)
--
Button Component --
type
ButtonAction
=
Click
|
NoOpButton
You can’t perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.