Tooltip
The <Tooltip /> component displays a small pop-up that display additional information when hovered or focused.
import { Tooltip } from 'minerva-ui'
Preview
Source
Tooltip with Custom Position
import { Tooltip } from 'minerva-ui'
Preview
Source
Tooltip with Custom Styles
import { Tooltip } from 'minerva-ui'
Preview
Source
Props
| Name | Type | Is Required | Default | Description |
|---|---|---|---|---|
label | string | optional | null | Text to display in tooltip |
position | top, right, bottom, left | optional | bottom | Text to display in tooltip |