Hello there! ๐ It seems like you're interested in adding a hover label to a slider. While sliders don't have a direct "hover label" property like buttons do, you can achieve a similar effect using a Tooltip element combined with Loading Requirements!
Here's how you can set it up:
- Add a Tooltip Element: Create a new Tooltip element in your layout. You can right-click the editor background, go to New Element, and select Tooltip.
- Position the Tooltip: Place the tooltip near your slider. You can set it to follow the mouse if you like!
- Add a Loading Requirement to the Tooltip: Right-click the Tooltip element, and select Loading Requirements. Add an "Is Element Hovered" requirement and set its value to the Element ID of your slider. This will make the tooltip visible only when your mouse is hovering over the slider.
- Set the Tooltip's Content: You can set the text content of your tooltip to display information about the slider. For instance, you could use a placeholder to show the slider's current value.
For more details on Tooltip elements, you can check out the Elements documentation. For Loading Requirements, refer to the Conditions (Loading Requirements) documentation.
Let me know if you need any more help with this! ๐