# oh_progresswithtext **Repository Path**: droidzxy/oh_progresswithtext ## Basic Information - **Project Name**: oh_progresswithtext - **Description**: OpenHarmony自定义组件ProgressWithText,动态调整标签位置的进度条。 - **Primary Language**: JavaScript - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 2 - **Created**: 2021-08-10 - **Last Updated**: 2023-11-09 ## Categories & Tags **Categories**: harmonyos-progress **Tags**: None ## README # OhProgressWithText #### 组件介绍 - 本示例是OpenHarmony自定义组件ProgressWithText。 在原来进度条的上方加了一个文本框,动态显示当前进度并调整位置。 #### 调用方法 ```
{{title}}
``` #### 参数介绍 | **参数** | **含义** | | :-------------------------: | :------------------------------- | | percent | 当前百分比的值 | #### 效果演示 - 12% ![效果演示](./screenshots/device/12of100.png) - 58% ![效果演示](./screenshots/device/58of100.png) - 83% ![效果演示](./screenshots/device/83of100.png) - 动态效果 ![效果演示](./screenshots/device/example.gif)