INDUSTRIAL PROTOCOLSCONTROL INTERFACESLIDER
Slider
Precision mixing valves for parameter control. Built with a heavy industrial aesthetic, featuring integrated tick marks and high-fidelity dragging telemetry.
Execution
Core Power Output
45KW
Liquid Coolant Flow
72.0L/s
State Verification
Active State
30
Disabled State
60
API Reference
Usage
const [value, setValue] = React.useState(50);
<Slider
label="Input Gain"
unit="dB"
value={value}
onChange={setValue}
min={-60}
max={12}
step={0.1}
/>