# CircularProgressView **Repository Path**: HarmonyOS-tpc/CircularProgressView ## Basic Information - **Project Name**: CircularProgressView - **Description**: This CircularProgressView is a (surprisingly) circular progress bar openharmony View that is designed to imitate the Material versions of ProgressBar. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-04-15 - **Last Updated**: 2023-04-17 ## Categories & Tags **Categories**: harmonyos-progress **Tags**: None ## README ## CircularProgressView ## Introduction This CircularProgressView is a (surprisingly) circular progress bar openharmony View that is designed to imitate the Material versions of ProgressBar. These versions can be seen on this page of the Material design spec under Circular indicators. ## Usage Instructions ### Indeterminate: progress view starts & never stops, keeps rotating add the view to your layout: ```xml ``` ### Determinate: progress view starts & stops after full circle add the view to your layout: ```xml