Description Usage Arguments Value Examples
View source: R/aaa_defineClasses.R
定义使用创建ui_number_input实例化函数
1 2 | ui_number_slider(inputId = "sliderInput1", label = "number slider1",
min = 1, max = 500, value = 300, step = 5, width = "400px")
|
inputId |
内码 |
label |
标签 |
min |
最小值 |
max |
最大值 |
value |
默认值 |
step |
步长 |
width |
宽度 |
返回值
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.