css
Adds a custom style to the Counter control.
disabled
Optional. Defines whether a counter is disabled
error
Optional. Defines whether error styling is applied to the Counter control
id
Optional. Sets an id for inner HTML input
max
Optional. Sets the maximal value of the counter
min
Optional. Sets the minimal value of the counter
readonly
Optional. Defines whether a counter is read-only
step
Optional. Sets the jump between values of the counter
tooltip
Optional. Sets the tooltip text shown on hover when the control is wrapped in a Tooltip component
value
Optional. Sets the value of a counter