+
+
+ handleUpdate({ height: Math.max(0.1, v) })}
+ min={0.1}
+ precision={2}
+ step={0.1}
+ className="flex-1"
+ />
+ m
+
+
+ handleUpdate({ thickness: Math.max(0.05, v) })}
+ min={0.05}
+ precision={3}
+ step={0.01}
+ className="flex-1"
+ />
+ m
+
+