diff --git a/UI/Picker/README.md b/UI/Picker/README.md new file mode 100644 index 0000000000000000000000000000000000000000..82f18b7a4d5cf28c2d86d4f7592618522313f107 --- /dev/null +++ b/UI/Picker/README.md @@ -0,0 +1,13 @@ +# picker + +### Introduction + +This sample shows how to use the **** component to implement the common text picker, date picker, time picker, date and time picker, and multi-column text picker. + +### Usage + +In the sample, touch the text in each text box. The corresponding picker is displayed. Select any value from the picker and touch **OK**. The selected value is displayed in the text box. + +### Constraints + +This sample can only be run on standard-system devices. diff --git a/UI/chart/README.md b/UI/chart/README.md new file mode 100644 index 0000000000000000000000000000000000000000..88019116071ed9e3c1af077b6d9d5aea2904fa49 --- /dev/null +++ b/UI/chart/README.md @@ -0,0 +1,13 @@ +# chart + +### Introduction + +This sample shows how to use the **** component to draw six types of charts: bar, line, gauge, loading, progress, and rainbow. + +### Usage + +The home screen of the sample displays six buttons. Touch a button to view the respective chart type. + +### Constraints + +This sample can only be run on standard-system devices.