1.3.12 • Published 4 years ago
@tuk-tuk/tooltip v1.3.12
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/tooltipImport components
import { Tooltip } from "@chakra-ui/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>1.3.12
4 years ago