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>
5252| autoPosition | Adjust tooltip position if viewport clipping occurs | ` boolean ` (default: ` false ` ) |
5353| content | The string or object containing componentref and props | ` string ` | ` object ` component (default: ``) |
5454| 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 ` ) |
5656| maxWidth | The max allowable width of the tooltip content | ` number ` (default: ` 200 ` ) |
5757| position | The position where the tooltip should appear relative to its parent | ` string ` (default: ` top ` ) |
5858| show | Allows you to manually control the tooltip visibility | ` boolean ` (default: ` false ` ) |
You can’t perform that action at this time.
0 commit comments