JSPM

@instructure/ui-tooltip

8.13.1-snapshot.44+b870e8790
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 15886
  • Score
    100M100P100Q138095F
  • License MIT

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

Package Exports

  • @instructure/ui-tooltip
  • @instructure/ui-tooltip/es/Tooltip/TooltipLocator
  • @instructure/ui-tooltip/es/Tooltip/TooltipLocator.js
  • @instructure/ui-tooltip/es/index.js
  • @instructure/ui-tooltip/lib/Tooltip
  • @instructure/ui-tooltip/lib/Tooltip/TooltipLocator
  • @instructure/ui-tooltip/lib/Tooltip/TooltipLocator.js
  • @instructure/ui-tooltip/lib/Tooltip/index.js
  • @instructure/ui-tooltip/lib/Tooltip/locator
  • @instructure/ui-tooltip/lib/Tooltip/locator.js
  • @instructure/ui-tooltip/lib/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@instructure/ui-tooltip) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme


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

yarn add @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.