Skip to content

Commit

Permalink
chore(readme): fix typo in prop defs
Browse files Browse the repository at this point in the history
  • Loading branch information
dysfunc authored Feb 22, 2024
1 parent 68d6598 commit 8b8c0f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Checkout out my <u use:tooltip={{ content: 'Hello World!' }}>tooltip</u>
| autoPosition | Adjust tooltip position if viewport clipping occurs | `boolean` (default: `false`) |
| content | The string or object containing componentref and props | `string` | `object` component (default: ``) |
| delay | The animation delay in milliseconds to apply to the tooltip | `number` (default: `200`) |
| hideOnOutsideClick | Hides a tooltip when an outside click occurs | `boolean` (default: `false`) |
| hideOnClickOutside | Hides a tooltip when an outside click occurs | `boolean` (default: `false`) |
| maxWidth | The max allowable width of the tooltip content | `number` (default: `200`) |
| position | The position where the tooltip should appear relative to its parent | `string` (default: `top`) |
| show | Allows you to manually control the tooltip visibility | `boolean` (default: `false`) |
Expand Down

0 comments on commit 8b8c0f4

Please sign in to comment.