jqwidgets-framework
Version:
jQWidgets is an advanced Angular, Vue, Blazor, React, Web Components, jquery, ASP .NET MVC, Custom Elements and HTML5 UI framework.
23 lines • 885 B
HTML
<div style="margin-left: 180px; width: 400px;" id="container">
<jqxTooltip
[ ]="'movieTooltip'"
[ ]="false"
[ ]="'The Amazing Spider-man'"
[ ]="position">
<img src="./../../../images/The_Amazng_Spider_Man.jpeg" />
</jqxTooltip>
<jqxTooltip
[ ]="'movieTooltip'"
[ ]="false"
[ ]="'Harry Potter and the Deathly Hallows'"
[ ]="position">
<img src="./../../../images/Harry_Potter_7_Part_1.jpg" />
</jqxTooltip>
<jqxTooltip
[ ]="'movieTooltip'"
[ ]="false"
[ ]="'The Avengers'"
[ ]="position">
<img src="./../../../images/The_Avengers.jpg" />
</jqxTooltip>
</div>