# setTooltip

```ts
export function setTooltip(el: HTMLElement, tooltip: string, options?: TooltipOptions): void;
```

## Parameters

| Parameter | Description |
|-----------|-------------|
| `el` | The element to show the tooltip on |
| `tooltip` | The tooltip text to show |
| `options` | |
