99.10.0 • Published 4 years ago

@temporg/ui-tooltip v99.10.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

category: packages

ui-tooltip

npm  build-status  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 @temporg/ui-tooltip

Usage

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

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

For detailed usage and documentation, see Tooltip examples.