File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments