# @bianic-ui/tooltip

> A React Component for rendering dynamically positioned Tooltips

Latest version **0.1.0-alpha.2** (published 2020-09-03) · MIT license · 0 weekly downloads

## Install

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

## Health

**Score 30/100 (F)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.0-alpha.2 |
| Published | 2020-09-03 |
| First published | 2020-09-03 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 5 |
| Unpacked size | 74.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Muhammad Rafiul Ilmi Syarifudin |
| Maintainers | ilmimris |
| Keywords | react, tooltip, component, popper, bianic ui, toggletip, react popper |

## Links

- npm: https://www.npmjs.com/package/@bianic-ui/tooltip
- Repository: https://gitlab.com/bia-design/bianic-ui
- Homepage: https://gitlab.com/bia-design/bianic-ui#readme
- Issues: https://gitlab.com/bia-design/bianic-ui/issues
- npm.io page: https://npm.io/package/@bianic-ui/tooltip

## Dependencies (5)

- [@bianic-ui/hooks](https://npm.io/package/@bianic-ui/hooks.md) ^0.1.0-alpha.2
- [@bianic-ui/utils](https://npm.io/package/@bianic-ui/utils.md) ^0.1.0-alpha.2
- [@bianic-ui/popper](https://npm.io/package/@bianic-ui/popper.md) ^0.1.0-alpha.2
- [@bianic-ui/portal](https://npm.io/package/@bianic-ui/portal.md) ^0.1.0-alpha.2
- [@bianic-ui/visually-hidden](https://npm.io/package/@bianic-ui/visually-hidden.md) ^0.1.0-alpha.2

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 0.1.0-alpha.2 (latest) — 2020-09-03
- 0.1.0-alpha.1 — 2020-09-03

## README

# Tooltip

Use this component to display extra information about an element by displaying a
floating description.

## Installation

```sh
yarn add @bianic-ui/tooltip

# or

npm i @bianic-ui/tooltip
```

## Import components

```js
import { Tooltip } from "@bianic-ui/core"
```

## Usage

If the `children` of Tooltip is a string, we wrap with in a `span` with
`tabIndex` set to `0`, to ensure it meets the accessibility requirements.

```jsx
<Tooltip label="Hey, I'm here!">Hover me</Tooltip>
```

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