The <Tooltip />
component displays a small pop-up that display additional information when hovered or focused.
import { Tooltip } from 'minerva-ui';
Tooltip with Custom Position
Tooltip with Custom Styles
import { Tooltip } from 'minerva-ui';
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 |