blob: 766ecbb6319ed7f8659f8b8440b485a4c0732108 (
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::slider::{Slider, State};
pub use iced_style::slider::{Handle, HandleShape, Style, StyleSheet};
|