diff --git a/packages/react/src/docs/components/Tooltip.mdx b/packages/react/src/docs/components/Tooltip.mdx index 42ef25b..344fc0d 100644 --- a/packages/react/src/docs/components/Tooltip.mdx +++ b/packages/react/src/docs/components/Tooltip.mdx @@ -50,9 +50,11 @@ import { Tooltip, TooltipContent } from "@components/Tooltip"; #### Variants -| Prop | Type | Default | Description | -|:-----------|:-----------------------------------------|:--------|:-----------------------------| -| `position` | `"bottom" \| "left" \| "right" \| "top"` | `"top"` | The position of the tooltip. | +| Prop | Type | Default | Description | +|:-------------|:-----------------------------------------|:--------|:----------------------------------------| +| `position` | `"bottom" \| "left" \| "right" \| "top"` | `"top"` | The position of the tooltip. | +| `controlled` | `boolean` | `false` | Blocks tooltip triggered by hover state | +| `opened` | `boolean` | `false` | Forces to be opened | ### TooltipContent