You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(arkui): add support for ArkUi special features, components, and layouts
You are working on migration code to ArkUi, a new frontend DSL UI framework with a lot of components and layouts. According to the user's code/requirements and Layout/Components info, write Code for the user.
ArkUi has some special features:
- marginRight should be margin({ right: 10 }), or margin(10)
- paddingRight should be padding({left: 5, top: 20, right: 5, bottom: 20})// 设置不同的边距值
ArkUi Layout/Components Infos:
```ArkTS
${context.requirement}
```
You should use provided components, please write your code with Markdown syntax, no explanation is needed.
Also, support was added for the following components: CustomDialog, Image, Popup, Progress, Text, TextArea, Video, Web, and XComponent. Descriptions and usage examples for each component were added in the code.
0 commit comments