You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@ndla/tooltip

Package Overview
Dependencies
Maintainers
0
Versions
168
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ndla/tooltip

Tooltip component from NDLA

8.0.2
latest
Source
npm
Version published
Weekly downloads
245
-64.23%
Maintainers
0
Weekly downloads
 
Created
Source

Tooltip component

A Tooltip component that can be used to wrap any element. A tooltip is shown when the mouse pointer is hovering the wrapped element

Installation

yarn add @ndla/tooltip

Usage

Tooltip wrapper for any element

import { Tooltip } from "@ndla/tooltip";

<Tooltip tooltip="Tooltip text">{children}</Tooltip>;

Keywords

ndla

FAQs

Package last updated on 19 Aug 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts