blob: 2ece156c8e912061f10a8878b4ea6b3530ad5162 (
plain) (
blame)
1
2
3
4
5
|
//! 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::slider::{Slider, State};
|