Overlay
Popover
Panel anclado al trigger para confirmaciones o contenido corto.
Preview
Uso
use ui::popover::{PopoverRoot, PopoverTrigger, PopoverContent};
PopoverRoot {
PopoverTrigger { "Abrir" }
PopoverContent { "Contenido" }
}Overlay
Panel anclado al trigger para confirmaciones o contenido corto.
use ui::popover::{PopoverRoot, PopoverTrigger, PopoverContent};
PopoverRoot {
PopoverTrigger { "Abrir" }
PopoverContent { "Contenido" }
}