File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 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>
4444| :----------- | :------------------------------------------------------------------ | :---------------------------------------------- |
4545| action | The action that triggers the tooltip (hover | click | prop) | ` string ` (default: ` hover ` ) |
4646| 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 ` ) |
4748| arrow | If ` false ` , the tooltip arrow will not be shown. | ` boolean ` (default: ` true ` ) |
4849| autoPosition | Adjust tooltip position if viewport clipping occurs | ` string ` (default: ` false ` ) |
4950| 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