The search input will receive the focus after closing the dialog.
+ +Welcome to Reakit!
-string
+
+ ID that will serve as a base for all the items IDs.
+
+- **`visible`** boolean
+
+ Whether it's visible or not.
+
+- **`animated`** number | boolean
+
+ If `true`, `animating` will be set to `true` when `visible` is updated. It'll
+ wait for `stopAnimation` to be called or a CSS transition ends. If `animated`
+ is set to a `number`, `stopAnimation` will be called only after the same
+ number of milliseconds have passed.
+
+- **`placement`**
+ "auto-start"
+ | "auto" | "auto-end" | "top-start...
+
+ Actual `placement`.
+
+- **`unstable_fixed`** ⚠️ boolean |
+ undefined
+
+ Whether or not the popover should have `position` set to `fixed`.
+
+- **`unstable_flip`** ⚠️ boolean |
+ undefined
+
+ Flip the popover's placement when it starts to overlap its reference element.
+
+- **`unstable_offset`** ⚠️ [string |
+ number, string | number] | undefined
+
+ Offset between the reference and the popover: [main axis, alt axis]. Should
+ not be combined with `gutter`.
+
+- **`gutter`** number | undefined
+
+ Offset between the reference and the popover on the main axis. Should not be
+ combined with `unstable_offset`.
+
+- **`unstable_preventOverflow`** ⚠️
+ boolean | undefined
+
+ Prevents popover from being positioned outside the boundary.
+
+### `Tooltip`
+
+- **`unstable_portal`** ⚠️ boolean |
+ undefined
+
+ Whether or not the tooltip should be rendered within `Portal`.
+
+string
+
+ ID that will serve as a base for all the items IDs.
+
+- **`visible`** boolean
+
+ Whether it's visible or not.
+
+- **`animated`** number | boolean
+
+ If `true`, `animating` will be set to `true` when `visible` is updated. It'll
+ wait for `stopAnimation` to be called or a CSS transition ends. If `animated`
+ is set to a `number`, `stopAnimation` will be called only after the same
+ number of milliseconds have passed.
+
+- **`animating`** boolean
+
+ Whether it's animating or not.
+
+- **`stopAnimation`** () => void
+
+ Stops animation. It's called automatically if there's a CSS transition.
+
+string | number | undefined
+
+ Arrow's size
+
+"auto-start"
+ | "auto" | "auto-end" | "top-start...
+
+ Actual `placement`.
+
+string
+
+ ID that will serve as a base for all the items IDs.
+
+- **`unstable_referenceRef`** ⚠️
+ RefObject<HTMLElement | null>
+
+ The reference element.
+
+- **`show`** () => void
+
+ Changes the `visible` state to `true`
+
+- **`hide`** () => void
+
+ Changes the `visible` state to `false`
+
+Some paragraph
++ Start video call + + press{" "} + + c + + +
+