It implements slider extension provided by: https://github.com/tyleryasaka/semantic-ui-range
slider_input(name, min, max, value, step = 0.01, n_ticks = 5, color = "")
Input name. Reactive value is available under input[[name]].
Minimum possible value to set.
Miaksimum possible value to set.
Initial value.
Possible step for slider inputs.
Specifies how many ticks the slider should display.
Possible slider color, see: semantic_palette.