Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@twnd/ux / tooltip / tooltip.html
Size: Mime:
<div
  class="twnd-tooltip"
  [ngClass]="tooltipClass"
  [class.twnd-tooltip-handset]="(_isHandset | async)?.matches"
  [@state]="_visibility"
  (@state.start)="_animationStart()"
  (@state.done)="_animationDone($event)">
  {{message}}
</div>