Socket
Book a DemoInstallSign in
Socket

@instructure/ui-tooltip

Package Overview
Dependencies
Maintainers
41
Versions
1582
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instructure/ui-tooltip

A component for showing small text-only overlays on hover/focus.

latest
Source
npmnpm
Version
10.26.4
Version published
Weekly downloads
2.7K
-62.53%
Maintainers
41
Weekly downloads
 
Created
Source

ui-tooltip

npm MIT License Code of Conduct

A component for showing small text-only overlays on hover/focus.

Components

The ui-tooltip package contains the following:

  • Tooltip

Installation

npm install @instructure/ui-tooltip

Usage

import React from 'react'
import { Tooltip } from '@instructure/ui-tooltip'

const MyTooltip = () => {
  return <Tooltip renderTip="Hello world">Hover or focus me</Popover>
}

For detailed usage and documentation, see Tooltip examples.

FAQs

Package last updated on 20 Nov 2025

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