mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-04-26 10:03:12 +00:00
8 lines
250 B
HTML
Executable File
8 lines
250 B
HTML
Executable File
<button mat-raised-button matTooltip="Tooltip!" matTooltipShowDelay="1000">
|
|
My tooltip waits one second to show
|
|
</button>
|
|
|
|
<button mat-raised-button matTooltip="Tooltip!" matTooltipHideDelay="2000">
|
|
My tooltip waits two seconds to hide
|
|
</button>
|