← Galería

Overlay

Popover

Panel anclado al trigger para confirmaciones o contenido corto.

Preview

Uso

use ui::popover::{PopoverRoot, PopoverTrigger, PopoverContent};

PopoverRoot {
    PopoverTrigger { "Abrir" }
    PopoverContent { "Contenido" }
}