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