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

1.0.2 • Public • Published

Tooltip

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

Installation

yarn add @chakra-xui/tooltip

# or

npm i @chakra-xui/tooltip

Import components

import { Tooltip } from "@chakra-xui/react"

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 @chakra-xui/tooltip

Weekly Downloads

3

Version

1.0.2

License

MIT

Unpacked Size

76.3 kB

Total Files

18

Last publish

Collaborators

  • meabed