# Props
| Name | Type | Default | Description |
|---|---|---|---|
| offset | Number | 12 | Number to offset the tooltip vertically in pixels |
| withArrow | Boolean | false | Show tooltip arrow |
| position | String | bottom | Position of the tooltip relative to its target. Accepted values: top, bottom |
| backgroundColor | String | #505050 | Color tooltip background |
| classes | String | '' | CSS classes for the tooltip |
| styles | Object | {} | Object with CSS properties and values for styling the tooltip |