--- title: Overview position: 1 seo_title: Overview of the Tooltip Component seo_description: Learn about the basic features of the Telerik and Kendo UI Tooltip component and its types, check out the extensive set of available options in its live demo, and change its appearance by setting the variant and the position of the component. --- ## Tooltip Overview The Tooltip component is a discreet yet informative user interface (UI) element designed to enhance user understanding and interaction. It displays as a small, floating box containing explanatory text or information, typically triggered when a user hovers over, focuses on, or taps a specific interface element. Tooltips are ideal for providing additional context or brief instructions without cluttering the interface. Their temporary, on-demand nature ensures that users receive just the right amount of information at the right time, improving the overall usability and accessibility of the application or website. ### Live Demo ### Appearance Tooltips provide built-in styling options that grant visually appealing and flexible rendering experience.  Apart from the default vision of the Telerik and Kendo UI Tooltip, the component supports alternative styling options that enable you to configure the individual aspects of its appearance. #### Anatomy The anatomy of the Tooltip summarizes the elements of the component: ![A Telerik and Kendo UI Tooltip component showing the content area, remove icon, callout, and anchor element](images/components-tooltip-overview-anatomy.png "Anatomy and elements of a Telerik and Kendo UI Tooltip component") #### Variants Depending on the elements they display, the Telerik and Kendo UI Tooltip can be any of the following types: * Non-closable Tooltip with callout * Closable Tooltip with callout * Non-closable Tooltip * Closable Tooltip ![A Telerik and Kendo UI Tooltip component and its possible variants including non-closable Tooltip with callout, closable Tooltip with callout, non-closable Tooltip, and closable Tooltip](images/components-tooltip-overview-variants.png "The four possible variants of the Telerik and Kendo UI Tooltip component") #### Position Depending on the position according to its anchor element, the Telerik and Kendo UI Tooltips can be any of the following types: * Top—The Tooltip shows above the anchor element. * Right—The Tooltip shows to the right of the anchor element. * Left—The Tooltip shows to the left of the anchor element. * Bottom—The Tooltip shows below the anchor element. ![A Telerik and Kendo UI Tooltip component and its possible positions including top, right, left, and bottom](images/components-tooltip-overview-position.png "The four possible positions of the Telerik and Kendo UI Tooltip component") #### Color The Tooltip provides the `theme-color` configuration option that enables you to choose among the available, built-in colors that will be applied to it. Tooltips also provide options for color customization. `themeColor` provides the following available options: * `base` (default) * `primary`—Applies the primary theme color to the Tooltip component. * `secondary`—Applies the secondary theme color to the Tooltip component. * `tertiary`—Applies the tertiary theme color to the Tooltip component. * `info`—Applies the info theme color to the Tooltip component. * `success`—Applies the success theme color to the Tooltip component. * `warning`—Applies the warning theme color to the Tooltip component. * `error`—Applies the error theme color to the Tooltip component. * `none`—Does not set a `themeColor` and allows you to add your own, custom value. ### Framework-Specific Documentation For specific information about the component, refer to its official product documentation: ![Kendo UI for Angular logo.](/images/angular-logo.svg) ![Telerik UI for Blazor logo.](/images/blazor-logo.svg) ![Kendo UI for jQuery logo.](/images/jquery-logo.svg) ![Kendo UI for React logo.](/images/react-logo.svg) ![Kendo UI for Vue logo.](/images/vue-logo.svg) ![Telerik UI for ASP.NET Core logo.](/images/core-logo.svg) ![Telerik UI for ASP.NET MVC logo.](/images/mvc-logo.svg)