Tooltip

This component wraps another component and shows a tooltip for the component it is wrapping, whenever the user moves the mouse over it.

Installation

import { Tooltip } from 'uxp/components';

Signature

const Tooltip: React.FunctionComponent<ITooltipProps>

Properties

Name
Type
Mandatory
Default Value
Example Value

content

string | IContentFunction

Yes

-

*

position

No

-

-

children

React.ReactNode

No

-

-

Last updated