disabled
Description
defines whether a counter is disabledType
boolean
Default value
false
Example
<Counter disabled={true}/>
Details
It is also possible to set a counter to the disabled state by declaring the property with no value:
<Counter disabled />
Related article: Setting the disabled state
Related sample: Counter