Skip to content

Commit 1d4a226

Browse files
committed
docs(readme): add delay prop and description to prop table
1 parent 72c7274 commit 1d4a226

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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: ``) |

0 commit comments

Comments
 (0)