File tree 1 file changed +1
-0
lines changed 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ Checkout out my <u use:tooltip={{ content: 'Hello World!' }}>tooltip</u>
44
44
| :----------- | :------------------------------------------------------------------ | :---------------------------------------------- |
45
45
| action | The action that triggers the tooltip (hover | click | prop) | ` string ` (default: ` hover ` ) |
46
46
| animation | The animation to apply to the tooltip | ` string ` (default: ``) |
47
+ | delay | The animation delay in milliseconds to apply to the tooltip | ` number ` (default: ` 200 ` ) |
47
48
| arrow | If ` false ` , the tooltip arrow will not be shown. | ` boolean ` (default: ` true ` ) |
48
49
| autoPosition | Adjust tooltip position if viewport clipping occurs | ` string ` (default: ` false ` ) |
49
50
| content | The string or object containing componentref and props | ` string ` | ` object ` component (default: ``) |
You can’t perform that action at this time.
0 commit comments