summaryrefslogtreecommitdiffstats
path: root/graphics/src/widget/slider.rs
blob: 96dc6ec402096b1d9d6ceee76ad2e7f2f5d9a47c (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_native::widget::slider::{Slider, State};
pub use iced_style::slider::{Handle, HandleShape, Style, StyleSheet};