Skip to content

Commit 934079a

Browse files
committed
docs(readme): add show prop and description to prop table
1 parent a7bd964 commit 934079a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,15 @@ Checkout out my <u use:tooltip={{ content: 'Hello World!' }}>tooltip</u>
4242
### Props
4343
| Prop | Description | Value |
4444
| :----------- | :------------------------------------------------------------------ | :---------------------------------------------- |
45-
| action | The action that triggers the tooltip (hover | click) | `string` (default: `hover`) |
45+
| action | The action that triggers the tooltip (hover | click | prop) | `string` (default: `hover`) |
4646
| animation | The animation to apply to the tooltip | `string` (default: ``) |
4747
| arrow | If `false`, the tooltip arrow will not be shown. | `boolean` (default: `true`) |
4848
| autoPosition | Adjust tooltip position if viewport clipping occurs | `string` (default: `false`) |
4949
| content | The string or object containing componentref and props | `string` | `object` component (default: ``) |
5050
| maxWidth | The max allowable width of the tooltip content | `number` (default: `200`) |
5151
| position | The position where the tooltip should appear relative to its parent | `string` (default: `top`) |
5252
| theme | The CSS theme class name | `string` (default: ``) |
53+
| show | Allows you to manually control the tooltip visibility | `boolean` (default: `false`) |
5354
| style | The object containing theme variable overrides | `object` (default: `null`) |
5455

5556
#### Using components as content

0 commit comments

Comments
 (0)