On this pagereadonlyDescriptiondefines whether a counter is read-onlyTypebooleanDefault valuefalseExample<Counter readonly={true}/>DetailsThe property can also be enabled without a value:<Counter readonly/>Related article: Setting the read-only modeRelated sample: Counter