Documentation Index
Fetch the complete documentation index at: https://mintlify.com/raystack/apsara/llms.txt
Use this file to discover all available pages before exploring further.
Import
Usage
With arrow
Positioning
Multiple tooltips with provider
Custom delay
Controlled tooltip
API reference
Tooltip
The root component that manages tooltip state.Controls the open state of the tooltip.
The initial open state in uncontrolled mode.
Callback fired when the open state changes.
The delay in milliseconds before the tooltip appears.
Tooltip.Trigger
The trigger element that activates the tooltip on hover or focus.The element that triggers the tooltip. Must be a renderable element.
Override the delay for this specific trigger.
Tooltip.Content
The content displayed inside the tooltip popup.Controls whether to show the arrow pointing to the trigger.
The preferred side of the trigger to render against.
The alignment of the tooltip relative to the trigger.
The distance in pixels from the trigger. Defaults to 4 when showArrow is false, or 10 when showArrow is true.
Additional CSS class names to apply to the tooltip content.
Inline styles to apply to the tooltip content.
Tooltip.Provider
Provides shared configuration for multiple tooltips.The delay in milliseconds before tooltips appear for all tooltips within the provider.
The tooltip components to be wrapped by the provider.