rx.popover(
rx.popover_trigger(rx.button("Popover Example")),
rx.popover_content(
rx.popover_header("Confirm"),
rx.popover_body("Do you want to confirm example?"),
rx.popover_footer(rx.text("Footer text.")),
rx.popover_close_button(),
),
)
The wrapper that provides props, state, and context to its children.
The header of the popover.
The body of the popover.
Display a popover footer.
Used to wrap the reference (or trigger) element.
Used to wrap the position-reference element.
A visual arrow that points to the reference (or trigger).