crates/argui-widgets/src/range.rs

Range

Shared value, bounds, step and gesture behavior for range controls.

This building block is available in the library. Explore its implementation or browse the full gallery for composed examples.

All widgets gallery

Enable this component

Cargo.toml
[dependencies.argui]
git = "https://github.com/ExtraBinoss/argui"
features = ["widget-range"]

Use the feature on the Argui facade, or enable the same feature without the widget- prefix in argui-widgets.

Read the implementation