The Tooltip component can display a tooltip for an element on the page. To bind the Tooltip to an element, use the target property.
Specify DOM events in the target element's markup that need to be triggered to change the Tooltip's visibility. Bind the visible property of the Tooltip to a variable and use event handlers to toggle this variable.
To hide the Tooltip when a user clicks outside its borders, use the hideOnOutsideClick property.
Assign the Tooltip's content in the HTML markup. Alternatively, you can use the content template to customize the Tooltip's content.
If you need to position the Tooltip at a certain side of the target element, specify the position property.
To animate the Tooltip, declare the animation object. In this object, specify the show and hide fields.