openharmony_ci a289eb6e59 !81 全屏元服务圆角与屏幕圆角保持一致
Merge pull request !81 from 连漪/master
2025-03-19 10:56:35 +00:00
2023-08-03 11:16:03 +08:00
2023-08-01 20:23:15 +08:00
2025-02-17 09:25:50 +00:00
2025-02-26 21:30:30 +08:00
2023-08-03 17:04:06 +08:00
2023-08-03 11:16:03 +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.

S
Description
暂无描述
Readme Apache-2.0 11 MiB
Languages
JavaScript 89%
C++ 9.9%
C 1.1%