File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ Checkout out my <u use:tooltip={{ content: 'Hello World!' }}>tooltip</u>
52
52
| autoPosition | Adjust tooltip position if viewport clipping occurs | ` boolean ` (default: ` false ` ) |
53
53
| content | The string or object containing componentref and props | ` string ` | ` object ` component (default: ``) |
54
54
| delay | The animation delay in milliseconds to apply to the tooltip | ` number ` (default: ` 200 ` ) |
55
- | hideOnOutsideClick | Hides a tooltip when an outside click occurs | ` boolean ` (default: ` false ` ) |
55
+ | hideOnClickOutside | Hides a tooltip when an outside click occurs | ` boolean ` (default: ` false ` ) |
56
56
| maxWidth | The max allowable width of the tooltip content | ` number ` (default: ` 200 ` ) |
57
57
| position | The position where the tooltip should appear relative to its parent | ` string ` (default: ` top ` ) |
58
58
| show | Allows you to manually control the tooltip visibility | ` boolean ` (default: ` false ` ) |
You can’t perform that action at this time.
0 commit comments