Skip to content

Circular Progress

A button which changes it’s appearance if tapped

Installation

Terminal window
npm install @cascadeui/circular-progress

Props

PropTypeDescription
sizenumberSize of the component.
strokeWidthnumberStrok width of the circle.
progressnumberProgess state (0-100).
progressColorstringColor of the progress.
backgroundColorstringColor of the background.
durationnumberAnimation duration to complete(ms).

Circular Progress with numbers

Terminal window
npm install @cascadeui/circular-progress

Props

PropTypeDescription
sizenumberSize of the component.
strokeWidthnumberStrok width of the circle.
progressnumberProgess state (0-100).
progressColorstringColor of the progress.
backgroundColorstringColor of the background.
durationnumberAnimation duration to complete(ms).
TextColorstringColor of the Text.
TextSizenumberSize of the Text.
showPercentagebooleanShow % at the end of the number.