UNPKG
taffy-coustom-ui
Version:
latest (12.0.4)
12.0.4
自己编译的
www.jqwidgets.com
TaffyBlog/jQWidgets
taffy-coustom-ui
/
demos
/
Angular
/
src
/
slider
/
sliderlabels
/
app.component.html
12 lines
•
300 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
<br /> <jqxSlider
#jqxSlider
[
min
]=
"0"
[
max
]=
"20"
[
value
]=
"7"
[
ticksFrequency
]=
"5"
[
showMinorTicks
]=
"true"
[
minorTicksFrequency
]=
"1"
[
showTickLabels
]=
"true"
[
height
]=
"60"
[
width
]=
"370"
> </jqxSlider>