Closed alehostert closed 7 years ago
Hello.
The example in Button.link documentation don't work:
Button.render Mdl [0] model.mdl [ Button.link , Options.attribute <| Html.Attributes.href "#some-url" ] [ text "Link Button" ]
But, the example in [Demo Button Page]() works:
Button.render Mdl [9, 0, 0, 1] model.mdl [ Button.ripple , Button.colored , Button.raised , Button.link "#grid" ] [ text "Link" ]
The issue is just to fix the example on documentation, adding the String argument Button.link is expecting.
String
Button.link
This is fixed in new-v8 (05429195be7cb73ad38dcc94326473a73af4c987). Thanks!
Hello.
The example in Button.link documentation don't work:
But, the example in [Demo Button Page]() works:
The issue is just to fix the example on documentation, adding the
String
argumentButton.link
is expecting.