Tooltip
Installation
import {Tooltip} from 'uxp/components';Properties
Name
Type
Description
content
type
<Tooltip content="This is a tooltip" /><Tooltip content={() => <div>This is a tooltip</div>} />position
type
Last updated