Skip to content

Instantly share code, notes, and snippets.

@knewter
Created August 9, 2016 21:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save knewter/8bf6c041646e976a5654df883fb33a01 to your computer and use it in GitHub Desktop.
Save knewter/8bf6c041646e976a5654df883fb33a01 to your computer and use it in GitHub Desktop.
Introduction to elm-mdl - 8
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