Tooltip

A simple text popup tip.
Import
import { Tooltip } from '@kubed/components;'
Source
View source code
Docs
Edit this page
npm
@kubed/components

When To Use

The tip is shown on mouse enter, and is hidden on mouse leave. The Tooltip doesn't support complex text or operations.

To provide an explanation of a button/text/operation. It's often used instead of the html title attribute.

Basic Usage

Placement

Tooltip Toggle Mode

Arrow

Arrow prop can be set to display a arrow.

Disabled Status

Delay

Delay in seconds, before tooltip is shown on mouse enter or hidden on mouse leave.

Control Mode

Interactive Mode

Determines if the tooltip has interactive content inside of it, so that it can be hovered over and clicked inside without hiding.