slider events and value setting

This commit is contained in:
Aleksander
2025-07-07 21:58:41 +02:00
parent 857c5ec865
commit 77421b4e82
7 changed files with 187 additions and 81 deletions

View File

@@ -37,10 +37,12 @@ pub fn parse_component_slider<'a, U1, U2>(
ctx.listeners,
parent_id,
slider::Params {
min_value,
max_value,
initial_value,
style,
values: slider::ValuesMinMax {
min_value,
max_value,
value: initial_value,
},
},
)?);