Tooltip for Button Control

19 Dec 20221 minute to read

Tooltip can be shown on Button hover and it can be achieved by setting title attribute.

<ejs-button id="primarybtn" title="Primary Button" content="Button" isPrimary="true"></ejs-button>

Button with Tooltip

NOTE

View Sample in GitHub.