Skip to main content

Tooltip — Vivid Component

Tooltip component. Can wrap any other element to add a tooltip to that element. It uses refs for the positioning, so if you wrap another component in a tooltip, make sure it forwards refs.

Installation

$ yarn add @rexlabs/tooltip

Usage

import Tooltip from '@rexlabs/tooltip';

Breaking changes

v4.x

  • removed Arrow prop (instead now controlled via tokens or arrow style element)

Copyright (c) 2020 Rex Software All Rights Reserved.