Name Date Size

..25-Oct-20244 KiB

atomicservicenavigation/H25-Oct-20244 KiB

atomicservicetabs/H25-Oct-20244 KiB

atomicserviceweb/H25-Oct-20244 KiB

BUILD.gnH A D25-Oct-20241,006

bundle.jsonH A D25-Oct-20241.5 KiB

figures/H25-Oct-20244 KiB

innerfullscreenlaunchcomponent/H25-Oct-20244 KiB

interstitialdialogaction/H25-Oct-20244 KiB

LICENSEH A D25-Oct-202411.1 KiB

navpushpathhelper/H25-Oct-20244 KiB

OAT.xmlH A D25-Oct-2024740

patches/H25-Oct-20244 KiB

README.mdH A D25-Oct-20241 KiB

README_zh.mdH A D25-Oct-20241.1 KiB

README.md

1# advanced_ui_component
2
3## Introduction
4advanced_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.
5
6## Software Architecture
7**Figure 1** Relationship between advanced_ui and ArkUI
8
9![](figures/advanced_ui_en.png "Relationship between advanced_ui and ArkUI")
10
11**Figure 2** advanced_ui architecture
12
13![](figures/advanced_ui_sub_en.png "advanced_ui architecture")
14
15## Directory Structure
16The following figure shows the directory structure.
17
18```
19/arkui_advanced_ui_component
20├── atomicservicetabs                   # Components
21│   └── interface                       # APIs
22│   └── source                          # framework sorce work
23├── .....
24
25```
26## When to Use
27
28With 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.
29

README_zh.md

1# advanced_ui_component
2
3## 介绍
4advanced_ui 是基于使用场景设计,为应用提供高效的UI组合,接口封闭、风格一致,开箱即用的组件接口;使用ArkTS语言开发,依赖系统的public API
5
6## 软件架构
7**图 1**  advanced_ui和ArkUI架构关系
8
9![](figures/advanced_ui.png "advanced_ui和ArkUI架构关系")
10
11**图 2**  advanced_ui架构设计
12
13![](figures/advanced_ui_sub.png "advanced_ui架构设计")
14
15## 目录
16目录结构如下图所示:
17
18```
19/arkui_advanced_ui_component
20├── atomicservicetabs                   # Components
21│   └── interface                       # APIs
22│   └── source                          # framework sorce work
23├── .....
24
25```
26## 使用场景<a name="section171384529150"></a>
27
28advanced_ui框架提供了丰富的、ui设计统一的、高效的UI组合组件、样式定义,组件之间相互独立,随取随用,也可以在需求相同的地方重复使用。开发者可以高效的使用,节省大量的工作量。
29
30## 使用说明
31> 见[doc文件夹](https://gitee.com/openharmony-sig/arkui_advanced_ui_component/tree/master/doc)
32
33 
34