Hi there,
I remember there being a very helpful element called tooltip. Where did that element go? I’m not quite sure how to make sure an window shows up in the same way it did on that element above everything else without moving everything else on the page. Any ideas or tips? Is this element still in play? @Joyce @jptrinh
Hey @adammiko
There is a Tooltip component in the Starter Kit. If you search for the Input and Tooltip component. You can see how it was built.
But the tooltip is based on the position: absolute
(see doc) to remove it from the nature flow of the page. This way, the element will not push other elements when it is displayed!
Thank you! Understood - for some reason when I added the starter from the marketplace, it did not show the tooltip in my assets section. I do not know why.
I imagine it it built using:
•information/I icon
•a slightly delayed hover state
•and a div to put the text in. I’m just a little confused on how to lock the div to the icon, in case the page gets resized.
Would you be able to send a short video on how to achieve standard tooltip functionality? Ideally with a short ease in and ease out animation