openharmony_ci 4a95355179
!12 修改doc文档
Merge pull request !12 from wuyiwuyiwywy/master
2023-08-04 02:23:56 +00:00
2023-08-04 10:01:29 +08:00
2023-08-03 11:16:03 +08:00
2023-08-03 17:04:06 +08:00
2023-08-01 20:23:15 +08:00
2023-08-03 08:34:28 +00:00
2023-08-03 17:04:06 +08:00
2023-08-03 17:04:06 +08:00
2023-08-03 11:16:03 +08:00
2023-08-04 10:01:29 +08:00
2023-08-04 10:01: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
├── interface                       # APIs
│   ├── arkdialog                   # Components
│   └── composelistitem
│   └── .....

├── source                          # Framework source code
│   ├── arkdialog                   # Components
│   └── composelistitem
│   └── .....

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.

How to Use

See the doc folder.

Description
No description provided
Readme Apache-2.0 2.6 MiB
Languages
JavaScript 80%
C++ 20%