iced-rs / iced

A cross-platform GUI library for Rust, inspired by Elm
https://iced.rs
MIT License
22.96k stars 1.06k forks source link

`hover` widget #2408

Closed hecrj closed 2 weeks ago

hecrj commented 3 weeks ago

This PR introduces a simple widget helper that can be used to display a widget on top of another one, only when the base one is hovered. Useful for removing visual clutter!