README_en.md
1# JS Components
2
3### Introduction
4
5This sample shows how to use components to develop a GUI. Components are at the core of page building. Each component implements independent visible and interactive functional units by encapsulating data and methods.
6
7### Usage
8
9On the home screen of the sample app, you can scroll through the component list and touch each component to view their effect and interaction. You can use and reuse any component anywhere as needed.
10
11### Constraints
12
13This sample can only be run on standard-system devices.
14
README_zh.md
1# Js组件
2
3### 简介
4
5本示例适用于介绍如何使用組件开发一个用戶界面 ,组件 Component 是构建页面的核心,每个组件通过对数据和方法的简单封装,实现独立的可视、可交互功能单元。
6
7
8
9### 相关概念
10
11基于JS扩展的类Web开发范式:JavaScript相关组件。
12
13### 相关权限
14
15不涉及。
16
17### 使用说明
18
19通过滑动列表,点击组件,查看各组件的视图效果和点击效果,以及与组件交互的实现方法。 组件之间相互独立,可以在需求相同的地方重复使用。
20
21### 约束与限制
22
231.本示例仅支持在标准系统上运行。
24
252.本示例需要使用DevEco Studio 3.0 Beta4 (Build Version: 3.0.0.992, built on July 14, 2022)才可编译运行。