Created
August 9, 2016 21:17
-
-
Save knewter/8bf6c041646e976a5654df883fb33a01 to your computer and use it in GitHub Desktop.
Introduction to elm-mdl - 8
This file contains hidden or 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
import Material.Color as Color | |
view : Model -> Html Msg | |
view model = | |
Material.Scheme.topWithScheme Color.Teal Color.LightGreen <| | |
Layout.render Mdl | |
-- ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment