PopoverProps
Name | Type | Default | Description |
---|---|---|---|
anchor? |
|
Specifies the element to be used as the anchor for the Popover. The Popover opens relative to this element. jsx
| |
animate? |
|
Configures the animation behavior of the Popover. Accepts a boolean or a configuration object. jsx
| |
appendTo? |
|
Defines the container to which the Popover will be appended.
Defaults to jsx
| |
callout? |
|
Controls the visibility of the Popover callout (arrow).
If set to jsx
| |
children? |
|
Specifies the children elements of the Popover. Used to define the content of the Popover. jsx
| |
className? |
|
Specifies additional CSS classes for the Popover element. jsx
| |
collision? |
|
Configures the collision behavior of the Popover. Determines how the Popover adjusts its position when it overflows the viewport. jsx
| |
contentStyle? |
|
Specifies the styles applied to the content element of the Popover. jsx
| |
id? |
|
Specifies the jsx
| |
margin? |
|
Specifies the margin in pixels between the Popover and the anchor element.
Automatically set based on the jsx
| |
offset? |
|
Specifies the absolute position of the Popover. The Popover opens relative to this point. jsx
| |
onClose? |
|
Fires after the Popover is closed. Provides the event details. jsx
| |
onKeyDown? |
|
Fires when the Popover is focused and a key is pressed. Provides the event details. jsx
| |
onOpen? |
|
Fires after the Popover is opened and the opening animation ends. Provides the event details. jsx
| |
onPosition? |
|
Fires after the Popover position is calculated and set. Provides the event details. jsx
| |
popoverClass? |
|
Specifies additional CSS classes for the animated Popover element. jsx
| |
position? |
|
Specifies the position of the Popover relative to the anchor or offset. Accepts predefined position values. jsx
| |
positionMode? |
|
Specifies the positioning mode of the Popover.
Defaults to jsx
| |
scale? |
|
Specifies the document scale when using a scale transform. Required for accurate positioning when scaling is applied. jsx
| |
show? |
|
Controls the visibility of the Popover.
Defaults to jsx
| |
style? |
|
Specifies the styles applied to the Popover element. jsx
| |
title? |
|
Specifies the title of the Popover component. Can be a string or JSX content. jsx
|