Pick a theme
ID of the component
Class which is applied to the popover content dialog
Vertical side of the Popover
Horizontal alignment of the Popover
On Close JS callback
Initial state of the Popover
Popover default target element ID, this will be used when initial_state is visible
Other attributes of the Popover
Content of the Popover
<div class="w-[200px] py-space-16 px-space-40" data-testid="popover-top-content"> <!-- This is the content of the popover --> <h1 class="text-primary">Hello I am on the <span class="text-negative font-bold">top</span></h1> </div>