A component for showing small text-only overlays on hover/focus.
npm install @instructure/ui-tooltip[![npm][npm]][npm-url]
[![MIT License][license-badge]][license]
[![Code of Conduct][coc-badge]][coc]
A component for showing small text-only overlays on hover/focus.
The ui-tooltip package contains the following:
- Tooltip
``sh`
npm install @instructure/ui-tooltip
`js
import React from 'react'
import { Tooltip } from '@instructure/ui-tooltip'
const MyTooltip = () => {
return
}
``
For detailed usage and documentation, see Tooltip examples.
[npm]: https://img.shields.io/npm/v/@instructure/ui-tooltip.svg
[npm-url]: https://npmjs.com/package/@instructure/ui-tooltip
[license-badge]: https://img.shields.io/npm/l/instructure-ui.svg?style=flat-square
[license]: https://github.com/instructure/instructure-ui/blob/master/LICENSE.md
[coc-badge]: https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square
[coc]: https://github.com/instructure/instructure-ui/blob/master/CODE_OF_CONDUCT.md