aforemny / elm-mdc

Elm port of the Material Components for the Web CSS/JS library
https://aforemny.github.io/elm-mdc
Apache License 2.0
354 stars 43 forks source link

Tooltips #318

Closed dpinn closed 3 years ago

dpinn commented 3 years ago

Tooltips are now implemented in Material Components Web. Is it time?

berenddeboer commented 3 years ago

It might be time, but not trivial to implement :-)

berenddeboer commented 3 years ago

There are two problems to solve compared to how Google does it:

berenddeboer commented 3 years ago

Then we have the problems related to Elm:

berenddeboer commented 3 years ago

If you feel adventurous you can try it my branch. I'm not sure this is the final implementation, but I feel pretty good about this solution.

berenddeboer commented 3 years ago

This has now been added.