elm-mdl/examples/Demo/Badges.elm
2016-03-22 07:29:42 +01:00

11 lines
151 B
Elm

module Demo.Badges where
-- import Material.Badge exposing (..)
import Html exposing (..)
view : List Html
view =
[
h1 [][text "Badges"]
]