Crates.io | rat-popup |
lib.rs | rat-popup |
version | 0.28.1 |
source | src |
created_at | 2024-10-13 18:01:22.830255 |
updated_at | 2024-12-12 16:47:41.422418 |
description | ratatui popup semi-window widget |
homepage | |
repository | https://github.com/thscharler/rat-popup |
max_upload_size | |
id | 1407523 |
size | 105,349 |
This crate is a part of rat-salsa.
For examples see rat-popup GitHub
This is not a full widget, rather it supports popup widgets.
The main point for its existence is Placement which locates the popup-widget relative to an area or point.
The rendered size for the popup is given to render(), and the actual widget can then render its content in PopupCoreState::widget_area.