rat-popup 2.0.0

ratatui popup semi-window widget
Documentation

semver stable crates.io Documentation License License

This crate is a part of rat-salsa.

For examples see rat-popup GitHub

Rat-Popup

This is not a standalone widget, this is support for widgets that need a popup window.

The point is, that it uses a PopupConstraint to place the popup relative to some widget-area. After rendering the PopupCore the actual area has been calculated and cleared.

Your widget can then use the calculated area to render its content.