<tui-progress-circle />
Use power of CSS property transform
to customize direction and starting point of progress circle.
By default, ProgressCircle
has clockwise direction and starts from the top (i.e. it already contains transform: rotate(-90deg)
).
--tui-thickness
to customize width of the circle's stroke. arc
attribute to transform default circular shape into arc with small bottom open arc sector (gap between arc ends).