# ohos-Views **Repository Path**: HarmonyOS-tpc/ohos-Views ## Basic Information - **Project Name**: ohos-Views - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-04-01 - **Last Updated**: 2023-04-17 ## Categories & Tags **Categories**: harmonyos-advanced **Tags**: None ## README # ohos-Views ohos-Views 自定义组件 1) 自定义组件-particles(粒子效果) 2) 自定义组件- pulse(脉冲button效果) 3) 自定义组件-progress(progress效果) 4) 自定义组件- bottomnavigationbar(底部导航栏) # 引用 方式一: 通过library生成har包,添加har包到libs文件夹内 在entry的gradle内添加如下代码 implementation fileTree(dir: 'libs', include: ['*.jar', '*.har']) 方式二: allprojects{ repositories{ mavenCentral() } } implementation 'io.openharmony.tpc.thirdlib:ohos-views-bottom-navigation:1.0.3' implementation 'io.openharmony.tpc.thirdlib:ohos-views-particles:1.0.3' implementation 'io.openharmony.tpc.thirdlib:ohos-views-progress-bar:1.0.3' implementation 'io.openharmony.tpc.thirdlib:ohos-views-pulse-button:1.0.3' 自定义组件-particles(粒子效果) 自定义组件- pulse(脉冲button效果) 自定义组件-progress(progress效果 自定义组件- bottomnavigationbar(底部导航栏) ## 示例截图 ![image](https://gitee.com/openharmony-tpc/ohos-Views/raw/master/screenshot/ohos.gif) ![image](https://gitee.com/openharmony-tpc/ohos-Views/raw/master/screenshot/screenshot_0.jpg) ![image](https://gitee.com/openharmony-tpc/ohos-Views/raw/master/screenshot/screenshot_1.jpg) ![image](https://gitee.com/openharmony-tpc/ohos-Views/raw/master/screenshot/screenshot_2.jpg) ![image](https://gitee.com/openharmony-tpc/ohos-Views/raw/master/screenshot/screenshot_3.jpg) ![image](https://gitee.com/openharmony-tpc/ohos-Views/raw/master/screenshot/screenshot_4.jpg) ![image](https://gitee.com/openharmony-tpc/ohos-Views/raw/master/screenshot/screenshot_5.jpg) ## entry运行要求 通过DevEco studio,并下载SDK 将项目中的build.gradle文件中dependencies→classpath版本改为对应的版本(即你的IDE新建项目中所用的版本)