A tooltip displays informative information when users hover over or focus on an element.
It takes a content prop, which is the content associated with the tooltip.
The on_open_change event is called when the open state of the tooltip changes. It is used in conjunction with the open prop, which is passed to the event handler.
Number of times tooltip opened or closed: 0
Tooltip open: false
Hover over the button to see the tooltip.
API Reference
rx.tooltip
Floating element that provides a control with contextual information via pointer or focus.