The main popover component that manages state and positioning.
:id
- Required unique identifier for the popover. :open
- Whether the popover is initially open. Defaults to false
. :animation
- Whether to animate the popover. Defaults to true
. :on-open
- Handler for popover open event. :on-close
- Handler for popover close event. :class
- Additional CSS classes.