Button as Button flatButton : Model -> Html flatButton model = Button.render Mdl [0] model.mdl [ Button.flat ] [ text "Click me!" ].
確定! 回上一頁