Go to file
humeng c8764757c7 敏感日志删除&&嵌入式拉起元服务焦点动效问题解决
Signed-off-by: humeng <humeng13@huawei.com>
2024-10-25 16:42:20 +08:00
atomicservicenavigation 迁移高阶组件代码 2024-10-19 15:55:09 +08:00
atomicservicetabs 移除旧代码&&新增atomicservicetabs组件 2024-10-14 21:37:29 +08:00
atomicserviceweb 敏感日志删除&&嵌入式拉起元服务焦点动效问题解决 2024-10-25 16:42:20 +08:00
figures add readme && doc 2023-08-03 11:16:03 +08:00
innerfullscreenlaunchcomponent 敏感日志删除&&嵌入式拉起元服务焦点动效问题解决 2024-10-25 16:42:20 +08:00
interstitialdialogaction 迁移高阶组件代码 2024-10-19 15:55:09 +08:00
navpushpathhelper 敏感日志删除&&嵌入式拉起元服务焦点动效问题解决 2024-10-25 16:42:20 +08:00
patches 提交流水线patch补丁配置 2023-08-01 20:23:15 +08:00
BUILD.gn 修改部件名&&分包路由问题修改 2024-10-25 10:50:57 +08:00
bundle.json 修改部件名&&分包路由问题修改 2024-10-25 10:50:57 +08:00
LICENSE modify GN and add compile file 2023-08-03 17:04:06 +08:00
OAT.xml add readme && doc 2023-08-03 11:16:03 +08:00
README_zh.md 移除旧代码&&新增atomicservicetabs组件 2024-10-14 21:37:29 +08:00
README.md 移除旧代码&&新增atomicservicetabs组件 2024-10-14 21:37:29 +08:00

advanced_ui_component

Introduction

advanced_ui is an ArkTS-based UI framework that offers efficient UI combinations for applications in different use cases, bolstered by closed, consistent, and out-of-the-box public component APIs.

Software Architecture

Figure 1 Relationship between advanced_ui and ArkUI

Figure 2 advanced_ui architecture

Directory Structure

The following figure shows the directory structure.

/arkui_advanced_ui_component
├── atomicservicetabs                   # Components
│   └── interface                       # APIs
│   └── source                          # framework sorce work
├── .....

When to Use

With advanced_ui, you can develop your application UI must faster, leveraging its diverse array of UI component combinations with consistent design and style definitions. You can use and reuse any component anywhere as needed.