Skip to content

Instantly share code, notes, and snippets.

@knewter
Created August 9, 2016 21:16
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/9cbe2cdaa14ee84650b6046f8c327cac to your computer and use it in GitHub Desktop.
Save knewter/9cbe2cdaa14ee84650b6046f8c327cac to your computer and use it in GitHub Desktop.
Introduction to elm-mdl - 7
view : Model -> Html Msg
view model =
Material.Scheme.top <|
Layout.render Mdl
-- ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment