2020-01-07 00:28:08 +01:00
|
|
|
//! Display an interactive selector of a single value from a range of values.
|
|
|
|
|
//!
|
|
|
|
|
//! A [`Slider`] has some local [`State`].
|
2020-05-19 17:15:44 +02:00
|
|
|
pub use iced_graphics::slider::{Handle, HandleShape, Style, StyleSheet};
|
2021-10-20 15:50:42 +07:00
|
|
|
pub use iced_native::slider::{Slider, State};
|