A popup that displays information related to an element when the element receives keyboard focus or the mouse hovers over it.
Copy the following code into your app directory.
Command
Command
Manual
Manual
uv
from components.ui.tooltip import tooltipUse the following composition to build a Tooltip
Below are examples demonstrating how the component can be used.
A simple tooltip example. Use the dealy prop to change how fast the tootip shows.
Use the side prop in tooltip.positioner() to change the position of the tooltip.