1. Home 2. Components 3. Tooltip # Tooltip A popup that displays information related to an element when the element receives keyboard focus or the mouse hovers over it. [Docs](https://www.radix-ui.com/primitives/docs/components/tooltip)[API Reference](https://www.radix-ui.com/primitives/docs/components/tooltip#api-reference)## Props ### Tooltip | Prop | Type | Default | Description | | --- | --- | --- | --- | | ...Radix props | ComponentProps | - | All Radix tooltip root props | ### TooltipContent | Prop | Type | Default | Description | | --- | --- | --- | --- | | sideOffset | number | 0 | Offset in pixels from the trigger | | ...Radix props | ComponentProps | - | All Radix content props | ## Usage Top Left Right Bottom ```jsx

Add to library

``` ### Example ```jsx Hello ```