mdgriffith / elm-ui

What if you never had to write CSS again?
https://package.elm-lang.org/packages/mdgriffith/elm-ui/latest/
BSD 3-Clause "New" or "Revised" License
1.34k stars 110 forks source link

Tooltips? #328

Open pontaoski opened 2 years ago

pontaoski commented 2 years ago

Does doing tooltips with elm-ui require the use of state in the model for every element that might have one, or am I missing something?

I expected mouseOver [above (el [ centerX, padding 6 ] (text "hi"))] to work, but it doesn't.

passiomatic commented 2 years ago

There's an example here: https://ellie-app.com/7R2VHTzHJYYa1 The trick is to toggle transparency on hover.