arkui_advanced_ui_component/README.md
连漪 31fe1fd5c9 移除旧代码&&新增atomicservicetabs组件
Signed-off-by: 连漪 <15575970019@163.com>
2024-10-14 21:37:29 +08:00

1.0 KiB

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.