Popover
Installation
import { Popover } from 'uxp/components';Signature
const Popover: React.FunctionComponent<IPopoverProps>Examples
<Popover title='Details' content={'Name:' + props.name}>
<span>Click to see name</span>
</Popover>Properties
Name
Type
Mandatory
Default Value
Example Value
Related Types
Last updated