Configuration helpers for Emerge.UI.Input.slider/2.
Slider.config/1 is an attribute-like value that only Input.slider/2
accepts. It configures the numeric range and optional visual slots.
Summary
Functions
Configure an Input.slider/2.
Types
@type t() :: {:slider_config, map()}
Functions
Configure an Input.slider/2.
Supported options:
:minand:maxset the numeric range.:stepsets snapping. Usenil,:any, or omit it for continuous values.:track,:filled_track, and:thumbaccept regular Emerge elements.
The slider owns track widths, so the :track and :filled_track root
elements must not set width(...).