@igloo-ui/tooltip
TypeScript icon, indicating that this package has built-in type declarations

3.5.4 • Public • Published

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.

Installation

To install @igloo-ui/tooltip in your project, you will need to run the following command using npm:

npm install @igloo-ui/tooltip

If you prefer Yarn, use the following command instead:

yarn add @igloo-ui/tooltip

Usage

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

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

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

Readme

Keywords

none

Package Sidebar

Install

npm i @igloo-ui/tooltip

Weekly Downloads

261

Version

3.5.4

License

Apache-2.0

Unpacked Size

1.34 MB

Total Files

9

Last publish

Collaborators

  • infra.admin
  • franckgaudin