mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
AAE-3936 Tooltip card directive (#6330)
* AAE-3936 Tooltip card directive * AAE-3936 Fix styles
This commit is contained in:
committed by
GitHub
parent
7eda1bcad5
commit
a7fb195874
@@ -0,0 +1,5 @@
|
||||
<div @tooltip class="adf-tooltip-card" [style.width.px]="width">
|
||||
<img [src]="image" [width]="width" alt="{{text}}">
|
||||
<hr *ngIf="image"/>
|
||||
<p>{{text}}</p>
|
||||
</div>
|
Reference in New Issue
Block a user