@hackr/chakra-ui-tooltip
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-rc.9 • Public • Published

Tooltip

Use this component to display extra information about an element by displaying a floating description.

Installation

yarn add @chakra-ui/tooltip

# or

npm i @chakra-ui/tooltip

Import components

import { Tooltip } from "@chakra-ui/core"

Usage

If the children of Tooltip is a string, we wrap with in a span with tabIndex set to 0, to ensure it meets the accessibility requirements.

<Tooltip label="Hey, I'm here!">Hover me</Tooltip>

Package Sidebar

Install

npm i @hackr/chakra-ui-tooltip

Weekly Downloads

4

Version

1.0.0-rc.9

License

MIT

Unpacked Size

10.6 kB

Total Files

4

Last publish

Collaborators

  • gnuns