Skip to contents

function to generate a sliderInput with the custom ssz label styling (via "ssz-label" class)

Usage

sszSliderInput(inputId, label, value, min, max, ...)

Arguments

inputId

inputId parameter for sliderInput

label

label parameter for sliderInput

value

value parameter (initial value) for sliderInput

min

min value that can be selected for sliderInput

max

max value that can be selected for sliderInput

...

further named parameters to be passed to sliderInput (step/ticks/width)

Value

the same as textInput with modified label class

Examples

if (FALSE) { # \dontrun{
inst / examples / sszSliderInput / app.r
} # }