Inputs > Slider > mouseover action?

@jashkenas, Looking to see if mouseover on a slider is possible.

My use case is to have the user hover over the slider (or an (i) icon) in order to see more detailed instructions on the slider input parameters.

BTW, I’m fairly new to the Observable platform and I’m loving it!

Possible?

@FraserMoffatt — Hey, it’s JavaScript. Anything is possible!

You can certainly add hover behavior to an input element, in order to show a custom tooltip next to it.

There are many different tooltip libraries out there to help make programming these a little more painless.

Haha yes, thanks Jeremy @jashkenas

I will tinker around a bit…just getting my feet wet in JavaScript (mostly a python data science type guy).

Cheers…