
[](https://crates.io/crates/rat-popup)
[](https://docs.rs/rat-popup)
[](https://opensource.org/licenses/MIT)
[](https://www.apache.org/licenses/LICENSE-2.0)

This crate is a part of [rat-salsa][refRatSalsa].
For examples see [rat-popup GitHub][refGitHubPopup]
* [Changes](https://github.com/thscharler/rat-salsa/blob/master/rat-popup/changes.md)
# Rat-Popup
This is not a full widget, rather it supports popup widgets.
The main point for its existence is [Placement](crate::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.
[refRatSalsa]: https://docs.rs/rat-salsa/latest/rat_salsa/
[refGitHubPopup]: https://github.com/thscharler/rat-popup/tree/master/examples