@theredhead — Frontend Library - v1.0.0
    Preparing search index...

    A lightweight tooltip directive.

    Attach to any element to display a text tooltip on hover/focus.

    <button uiTooltip="Save your work" tooltipPosition="top">Save</button>
    

    Implements

    • OnDestroy
    Index

    Constructors

    Properties

    tooltipDelay: InputSignal<number> = ...

    Delay in ms before showing the tooltip.

    tooltipPosition: InputSignal<TooltipPosition> = ...

    Position relative to the host element.

    uiTooltip: InputSignal<string> = ...

    The tooltip text content.

    Methods

    • Hide and destroy the tooltip.

      Returns void

    • A callback method that performs custom clean-up, invoked immediately before a directive, pipe, or service instance is destroyed.

      Returns void

    • Show the tooltip after the configured delay.

      Returns void