Socket
Socket
Sign inDemoInstall

@instructure/ui-tooltip

Package Overview
Dependencies
10
Maintainers
33
Versions
1080
Alerts
File Explorer

Advanced tools

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.


Version published
Weekly downloads
23K
decreased by-3.66%
Maintainers
33
Created
Weekly downloads
 

Changelog

Source

9.1.0 (2024-06-14)

Bug Fixes

  • ui-buttons: allow secondary option for CondensedButton color (eca60d3)
  • ui-color-picker: add styling for disabled state (7d6d3ad)
  • ui-react-utils: remove defaultProps from DeterministicContextProvider (5c89612)
  • ui-tabs: fix horizontal scrolling with keyboard navigation (a25c7db)
  • ui-tabs: fix id generation when null is present as children (85765ae)
  • ui-top-nav-bar: keep width unchanged when active status is set to topnavbar.item (9770827)
  • ui-top-nav-bar: show nothing in smallviewportlayout when there is one crumb link (1c380a9)

Features

  • shared-types,ui-calendar,ui-select: add yearpicker functionality to calendar (2c0c6e0)
  • ui-menu: add maxHeight functionality to Menu (6494c4a)
  • ui-tabs: add option for persisting tabpanels (6fe73a3)

Readme

Source

category: packages

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:

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

Last updated on 14 Jun 2024

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc