5 lines
252 B
Rust
5 lines
252 B
Rust
//! Display an interactive selector of a single value from a range of values.
|
|
//!
|
|
//! A [`Slider`] has some local [`State`].
|
|
pub use iced_graphics::slider::{Handle, HandleShape, Style, StyleSheet};
|
|
pub use iced_native::widget::slider::{Slider, State};
|