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