Tooltips will appear when users hover on an element, it display contextual information related to the element.
| Prop | Description | Type | Default |
|---|---|---|---|
| disabled | Whether to disable tooltip toggle | boolean | - |
| isOpen | Whether to display tooltip by default | boolean | false |
| placement | Tooltip placement | 'top' | 'top-start' | 'top-end' | 'bottom' | 'bottom-start' | 'bottom-end' | 'right' | 'right-start' | 'right-end' | 'left' | 'left-start' | 'left-end' | 'top' |
| title | Tooltip content | string | ReactNode | |
| wrapperClass | Class for tooltip wrapper | string | - |