
| Prop | Description | Type | Default | 
|---|---|---|---|
style  | Determines the visual style of the tooltip.  | 'light' | 'dark'  | 'light'  | 
placement  | Defines the position of the tooltip relative to the trigger element.  | 'top' | 'right' | 'bottom' | 'left'  | 'top'  | 
trigger  | Sets the event that triggers the tooltip visibility.  | 'hover' | 'click'  | 'hover'  | 
animation  | Controls the duration of the tooltip animation.  | 'duration-150' | 'duration-300' | 'duration-500'  | 'duration-300'  | 
arrow  | Toggles the visibility of the tooltip arrow.  | boolean  | true  |