mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
6 lines
171 B
HTML
6 lines
171 B
HTML
<div @tooltip class="adf-tooltip-card" [style.width.px]="width">
|
|
<img [src]="image" [width]="width" alt="{{text}}">
|
|
<hr *ngIf="image"/>
|
|
<p>{{text}}</p>
|
|
</div>
|