# @blaze-react/tooltip

> Tooltips display informative text when users hover over or focus on an element.

Latest version **0.8.0-alpha.112** (published 2025-10-01) · GPL-3.0 license · 0 weekly downloads

## Install

```sh
npm install @blaze-react/tooltip
pnpm add @blaze-react/tooltip
yarn add @blaze-react/tooltip
bun add @blaze-react/tooltip
```

## Health

**Score 45/100 (D)** — status: stable.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

## Facts

| | |
|---|---|
| Version | 0.8.0-alpha.112 |
| Published | 2025-10-01 |
| First published | 2019-06-20 |
| Weekly downloads | 0 |
| License | GPL-3.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 1.2 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | byte9 |
| Maintainers | marekb9, mcabrerapf, daoyong, grzegorzi, ishrat, andypail, tanane |

## Links

- npm: https://www.npmjs.com/package/@blaze-react/tooltip
- npm.io page: https://npm.io/package/@blaze-react/tooltip

## Dependencies (1)

- [html-react-parser](https://npm.io/package/html-react-parser.md) ^3.0.4

## Recent versions

- 0.8.0-alpha.112 (latest) — 2025-10-01
- 0.8.0-alpha.117 (alpha) — 2026-03-11
- 0.8.0-alpha.115 — 2026-02-23
- 0.8.0-alpha.114 — 2026-01-08
- 0.8.0-alpha.110 — 2025-09-10
- 0.8.0-alpha.103 — 2025-07-07
- 0.8.0-alpha.102 — 2025-07-01
- 0.8.0-alpha.101 — 2025-06-27
- 0.8.0-alpha.100 — 2025-02-26
- 0.8.0-alpha.98 — 2024-11-27
- 0.8.0-alpha.97 — 2024-11-21
- 0.8.0-alpha.96 — 2024-11-21
- 0.8.0-alpha.94 — 2024-11-20
- 0.8.0-alpha.93 — 2024-11-19
- 0.8.0-alpha.91 — 2024-11-13
- … 107 more at https://npm.io/package/@blaze-react/tooltip/versions

## README

## Description

Tooltips display informative text when users hover over or focus on an element.

## Usage


```js
<Tooltip text="Byte9" position="top">
  Tooltip on top
</Tooltip>

<Tooltip text="Byte9" position="bottom">
  Tooltip on bottom
</Tooltip>

<Tooltip text="Byte9" position="right">
  Tooltip on right
</Tooltip>

<Tooltip text="Byte9" position="left">
  Tooltip on left
</Tooltip>
```

## API

##### Tooltip can receive a number of `props` as follow:


| NAME   | TYPE | DEFAULT | Options |
| :---  | :---:  | :---: | ------- |
| position | string | top | top, left, bottom right |
| text | String | No content | 
| onChange | Function | No content |

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