Add the Hoverable wrapper. (#522)

This will make it easier for developers. For instance:
https://github.com/ArthurSonzogni/FTXUI/issues/521
This commit is contained in:
Arthur Sonzogni (slow/sick)
2022-12-04 11:54:49 +01:00
committed by GitHub
parent f21ca3aa14
commit 0d54285e19
6 changed files with 379 additions and 1 deletions

View File

@@ -37,6 +37,7 @@ current (development)
mouse.
- Bugfix: Add implementation of `ButtonOption::Border()`. It was missing.
- Bugfix: Provide the correct key for F1-F4 and F11.
- Feature: Add the `Hoverable` component decorators.
### Screen
- Feature: add `Box::Union(a,b) -> Box`