Information hotspots using HTML and CSS

Hello!
I want to make information hotspots like here: Information hotspots | Learn PlayCanvas
But using HTML and CSS UI
Here is reference:
image
Is there any way to do it?

Hi @Gradess,

So one way to do this is to build your panels using HTML/CSS, there are some examples here:

https://developer.playcanvas.com/en/tutorials/?tags=ui

Then to trigger them using an in world hotspot you can check how this tutorials does this, and bind the action triggered so show/hide the relevant hotspot:

https://developer.playcanvas.com/en/tutorials/information-hotspots/