# @igloo-ui/tooltip

> Tooltips are floating labels that briefly explain the function of a user interface element. They can be triggered when users hover, focus, tap, or click.

Latest version **4.1.0** (published 2026-03-24) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install @igloo-ui/tooltip
pnpm add @igloo-ui/tooltip
yarn add @igloo-ui/tooltip
bun add @igloo-ui/tooltip
```

## Health

**Score 55/100 (C)** — status: active.

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 4.1.0 |
| Published | 2026-03-24 |
| First published | 2022-01-17 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 4 |
| Unpacked size | 24.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 23 |
| Author | Officevibe Inc. |
| Maintainers | infra.admin, alexasselin008 |

## Links

- npm: https://www.npmjs.com/package/@igloo-ui/tooltip
- Repository: https://github.com/workleap/ov-igloo-ui
- Homepage: https://github.com/workleap/ov-igloo-ui#readme
- Issues: https://github.com/workleap/ov-igloo-ui/issues
- npm.io page: https://npm.io/package/@igloo-ui/tooltip

## Dependencies (4)

- [classnames](https://npm.io/package/classnames.md) ^2.3.2
- [@igloo-ui/tokens](https://npm.io/package/@igloo-ui/tokens.md) ^2.1.0
- [@hopper-ui/tokens](https://npm.io/package/@hopper-ui/tokens.md) ^5.0.0
- [@floating-ui/react](https://npm.io/package/@floating-ui/react.md) ^0.27.3

## Recent versions

- 4.1.0 (latest) — 2026-03-24
- 4.0.1 — 2026-03-11
- 4.0.0 — 2025-07-22
- 3.5.7 — 2025-01-22
- 3.5.6 — 2024-09-18
- 3.5.5 — 2024-08-01
- 3.5.4 — 2024-05-17
- 3.5.3 — 2024-05-02
- 3.5.2 — 2024-03-05
- 3.5.1 — 2024-02-23
- 3.5.0 — 2024-01-23
- 3.4.4 — 2024-01-10
- 3.4.3 — 2023-12-19
- 3.4.2 — 2023-12-11
- 3.4.1 — 2023-11-20
- … 32 more at https://npm.io/package/@igloo-ui/tooltip/versions

## README

# Tooltip

Tooltips are floating labels that briefly explain the function of a user interface element. They can be triggered when users hover, focus, tap, or click.

<Example is="custom" />

<ReferenceLinks is="custom" />

## Installation

To install `@igloo-ui/tooltip` in your project, you will need to run the following command using [npm](https://www.npmjs.com/):

```bash
npm install @igloo-ui/tooltip
```

If you prefer [Yarn](https://classic.yarnpkg.com/en/), use the following command instead:

```bash
yarn add @igloo-ui/tooltip
```

## Usage

Then to use the component in your code just import it!

```js
import Tooltip from '@igloo-ui/tooltip';

<Tooltip content="Lorem ipsum dolor">Element</Tooltip>;
```

---
_Source: https://npm.io/package/@igloo-ui/tooltip · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
