rat_widget/
color_input.rs

1//! Date input with patterns from chrono.
2//!
3//! See also [rat-text](https://docs.rs/rat-text/latest/rat_text/)
4pub use rat_text::color_input::{
5    ColorInput, ColorInputState, ColorInputStyle, Mode, handle_events, handle_mouse_events,
6    handle_readonly_events,
7};