From 029ea4acdd86d7b426135bc4bc3b7d9b5c196573 Mon Sep 17 00:00:00 2001 From: wusongqing Date: Fri, 27 Aug 2021 17:40:00 +0800 Subject: [PATCH] Added English version of JsAdaptivePortalList readme Signed-off-by: wusongqing --- UI/JsAdaptivePortalList/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 UI/JsAdaptivePortalList/README.md diff --git a/UI/JsAdaptivePortalList/README.md b/UI/JsAdaptivePortalList/README.md new file mode 100644 index 0000000000..e1e38a0501 --- /dev/null +++ b/UI/JsAdaptivePortalList/README.md @@ -0,0 +1,13 @@ +# Adaptive Portal List + +### Introduction + +This sample provides a list that displays properly on devices of different sizes. By leveraging adaptive features, such as stretching, zooming, equalization, and proportion, with polymorphic components and responsive layouts, this sample automatically adapts its layout to screens of different sizes. + +### Usage + +You can install the demo app on different types of devices to view the adaptation effect. + +### Constraints + +This sample can only be run on large-system devices. -- Gitee