elm-cheat-sheet
elm-cheat-sheet copied to clipboard
Elm Cheat Sheet
Results
2
elm-cheat-sheet issues
Sort by
recently updated
recently updated
newest added
The Hello World with Elm-UI snippet is incorrect. This line : `el [] [text "Hello World!"]` should be : `el [] (text "Hello World!")`
Out of curiosity, what has been used to produce the cheat sheet ?