You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
:: BASE_DOC ::
API
Stepper Props
name
type
default
description
required
disable-input
Boolean
false
-
N
disabled
Boolean
false
-
N
external-classes
Array
-
['t-class', 't-class-input', 't-class-add', 't-class-minus']
N
input-width
Number
-
-
N
max
Number
100
-
N
min
Number
0
-
N
step
Number
1
-
N
theme
String
normal
stylish。options: normal/grey
N
value
String / Number
0
-
N
default-value
String / Number
undefined
uncontrolled property
N
Stepper Events
name
params
description
blur
({ type: string | number })
-
change
({ value: string | number })
-
overlimit
({type: 'minus' | 'plus'})
-