0.1.0-alpha.2 • Published 4 years ago

@bianic-ui/tooltip v0.1.0-alpha.2

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

Tooltip

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

Installation

yarn add @bianic-ui/tooltip

# or

npm i @bianic-ui/tooltip

Import components

import { Tooltip } from "@bianic-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>