PopoverContent API
API reference for the PopoverContent component.
PopoverContent
Props
| Name | Type | Default | Description |
|---|---|---|---|
id | string | — | Unique identifier (defaults to parent PopoverRoot id) |
positionArea | string | "bottom" | CSS position-area value for anchor positioning |
positionTry | string | "most-width bottom" | CSS position-try value for fallback positioning |
Events
| Name | Payload | Description |
|---|---|---|
beforetoggle | [e: ToggleEvent] | — |
Slots
| Name | Slot Props | Description |
|---|---|---|
default | PopoverContentSlotProps | — |
