Popover
Show a popup bubble when clicking on an element. Wrap the element you want to target in the popup bubble.
Installation
Examples
Properties
Name
Type
Description
title
string | IContentFunction
title of the popup bubble This can be either a string or a JSX element
content
string | IContentFunction
the content to show within the bubble This can be either a string or a JSX element *
position
Where the bubble should be positioned relative to the element
title
title of the popup bubble This can be either a string or a JSX element
type
string | IContentFunction
content
the content to show within the bubble This can be either a string or a JSX element
type
string | IContentFunction
position
Where the bubble should be positioned relative to the element
type
Last updated