Angular Tooltip | Popover Tooltip | Syncfusion

Overview

The Angular Tooltip component is a pop-up that shows information or a message when users hover over, click, focus on, or touch an image, button, anchor tag, etc. The information displayed in the Tooltip can include simple text, images, hyperlinks, and custom templates. The component supports built-in themes such as Material, Bootstrap, and Fabric.


Easily get started with the Angular Tooltip using a few simple lines of HTML and TS code example as demonstrated below. Also explore our Angular Tooltip example that shows you how to render and configure a Tooltip in Angular.

<div class="control-section">
    <!-- Tooltip element -->
   <ejs-tooltip id='tooltip' content='Tooltip content' target="#target">
        <button ejs-button id="target">Show Tooltip</button>
    </ejs-tooltip>
</div>
import { Component, ViewEncapsulation } from '@angular/core';

@Component({
  selector: 'my-app',
  template: 'default.html',
  encapsulation: ViewEncapsulation.None
})
export class AppComponent { }




Animation effect

Show or hide completely customizable animations in the Angular Tooltip. You can include animation effect, duration, and delay. You can also control transition effects at the application level.



Show and hide

You can control the show and hide triggers of the Tooltip using auto, hover, click, focus, and custom modes. Implement your own custom mode to control the show and hide behaviors.






Dimension customization in Angular Tooltip.


Scroll mode in Angular Tooltip.


Built-in themes

Angular Tooltip is shipped with several built-in themes: Material, Bootstrap, Fabric (Office 365), Tailwind CSS, and high contrast. Users can customize any one of these built-in themes or create new themes to achieve their own desired look and feel. They can do this by either simply overriding SASS variables or using our Theme Studio application.

Angular Tooltip themes.


Easy integration feature in Angular Tooltip.

Easy integration

You just need a message and target element to make the Tooltip fully functional. It will work out of the box. However, it provides many options to change the position, animation, and appearance.


Touch-friendly

The Angular Tooltip responds to screen size and adapts its contents to fit any touch device. It recognizes touch gestures and displays its message when performing a touch and hold action. It will hide after 1500ms. This provides the best user experience for touch devices such as phones and tablets.

Angular Tooltip control is touch-friendly.


Schematics in Angular Tooltip.

Schematics

Angular schematics are a workflow tool that allows you to generate components, modules, and resolve dependency issues. The main goal of schematics is to simplify development in the Angular environment.


HTML5 SVG and canvas

Angular Tooltip supports both SVG and canvas elements. Users can directly attach tooltips to HTML5 <svg> or <canvas> elements to show data visualization elements.



Angular version compatibility

Through continuous improvement in Angular versions, the Angular Tooltip is kept up to date to make it compatible with the latest version.


Accessibility

  • Fully supports WAI-ARIA accessibility to make the component accessible to screen readers and assistive devices.

  • Follows the WCAG 2.0 standard in the design of UI element visuals such as foreground color, background color, line spacing, text, and images.

  • Follows WAI-ARIA best practices for implementing keyboard interaction.

Developer-friendly APIs

In Angular Tooltip, you have control over all the UI elements and behaviors. It provides the best user experience through a rich set of developer-friendly APIs.




Transform your applications today by downloading our free evaluation version

Syncfusion Angular Tooltip Resources