Tooltip

Base tooltip component for displaying contextual information.

Properties

NameTypeDefaultDescription
alignPlacement'top'Tooltip alignment relative to control (e.g., 'top', 'bottom', 'left', 'right').
offsetNumber4Offset from the control element in pixels.
visibleBooleanfalseWhether the tooltip is currently visible.

Methods

NameDescription
show()Show the tooltip.
hide()Hide the tooltip.