mirror of
https://github.com/correl/elm-mdl.git
synced 2024-11-15 11:09:31 +00:00
11 lines
151 B
Elm
11 lines
151 B
Elm
module Demo.Badges where
|
|
|
|
-- import Material.Badge exposing (..)
|
|
import Html exposing (..)
|
|
|
|
|
|
view : List Html
|
|
view =
|
|
[
|
|
h1 [][text "Badges"]
|
|
]
|