0.1.0-alpha.2 • Published 5 years ago
@bianic-ui/tooltip v0.1.0-alpha.2
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/tooltipImport 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>0.1.0-alpha.2
5 years ago
0.1.0-alpha.1
5 years ago