1e41f4b71Sopenharmony_ci# qrcode
2e41f4b71Sopenharmony_ci
3e41f4b71Sopenharmony_ci
4e41f4b71Sopenharmony_ciThe **\<qrcode>** component is used to generate and display a QR code.
5e41f4b71Sopenharmony_ci
6e41f4b71Sopenharmony_ci> **NOTE**
7e41f4b71Sopenharmony_ci>
8e41f4b71Sopenharmony_ci> This component is supported since API version 5. Updates will be marked with a superscript to indicate their earliest API version.
9e41f4b71Sopenharmony_ci
10e41f4b71Sopenharmony_ci
11e41f4b71Sopenharmony_ci## Child Components
12e41f4b71Sopenharmony_ci
13e41f4b71Sopenharmony_ciNot supported
14e41f4b71Sopenharmony_ci
15e41f4b71Sopenharmony_ci
16e41f4b71Sopenharmony_ci## Attributes
17e41f4b71Sopenharmony_ci
18e41f4b71Sopenharmony_ci| Name| Type| Default Value| Mandatory| Description|
19e41f4b71Sopenharmony_ci| -------- | -------- | -------- | -------- | -------- |
20e41f4b71Sopenharmony_ci| value | string | - | Yes| Content used to generate the QR code. The maximum length is 256.|
21e41f4b71Sopenharmony_ci| id | string | - | No| Unique ID of the component.|
22e41f4b71Sopenharmony_ci| style | string | - | No| Style declaration of the component.|
23e41f4b71Sopenharmony_ci| class | string | - | No| Style class of the component, which is used to refer to a style table.|
24e41f4b71Sopenharmony_ci| ref | string | - | No| Reference information of child elements, which is registered with the parent component on **$refs**.|
25e41f4b71Sopenharmony_ci
26e41f4b71Sopenharmony_ci
27e41f4b71Sopenharmony_ci## Events
28e41f4b71Sopenharmony_ci
29e41f4b71Sopenharmony_ci| Name| Parameter| Description|
30e41f4b71Sopenharmony_ci| -------- | -------- | -------- |
31e41f4b71Sopenharmony_ci| click | - | Triggered when the component is clicked.|
32e41f4b71Sopenharmony_ci| longpress | - | Triggered when the component is long pressed.|
33e41f4b71Sopenharmony_ci| swipe<sup>5+</sup> | [SwipeEvent](js-lite-common-events.md) | Triggered when a user quickly swipes on the component.|
34e41f4b71Sopenharmony_ci
35e41f4b71Sopenharmony_ci
36e41f4b71Sopenharmony_ci## Styles
37e41f4b71Sopenharmony_ci
38e41f4b71Sopenharmony_ci| Name| Type| Default Value| Mandatory| Description|
39e41f4b71Sopenharmony_ci| -------- | -------- | -------- | -------- | -------- |
40e41f4b71Sopenharmony_ci| color | &lt;color&gt; | \#000000 | No| Color of the QR code.|
41e41f4b71Sopenharmony_ci| background-color | &lt;color&gt; | \#ffffff | No| Background color of the QR code.|
42e41f4b71Sopenharmony_ci| width | &lt;length&gt; \| &lt;percentage&gt;<sup>5+</sup> | - | No| Component width.<br>If this attribute is not set, the default value **0** is used.|
43e41f4b71Sopenharmony_ci| height | &lt;length&gt; \| &lt;percentage&gt;<sup>5+</sup> | - | No| Component height.<br>If this attribute is not set, the default value **0** is used.|
44e41f4b71Sopenharmony_ci| padding | &lt;length&gt; | 0 | No| Shorthand attribute to set the padding for all sides.<br>The attribute can have one to four values:<br>- If you set only one value, it specifies the padding for all the four sides.<br>- If you set two values, the first value specifies the top and bottom padding, and the second value specifies the left and right padding.<br>- If you set three values, the first value specifies the top padding, the second value specifies the left and right padding, and the third value specifies the bottom padding.<br>- If you set four values, they respectively specify the padding for top, right, bottom, and left sides (in clockwise order).|
45e41f4b71Sopenharmony_ci| padding-[left\|top\|right\|bottom] | &lt;length&gt; | 0 | No| Left, top, right, and bottom padding.|
46e41f4b71Sopenharmony_ci| margin | &lt;length&gt; \| &lt;percentage&gt;<sup>5+</sup> | 0 | No| Shorthand attribute to set the margin for all sides. The attribute can have one to four values:<br>- If you set only one value, it specifies the margin for all the four sides.<br>- If you set two values, the first value specifies the top and bottom margins, and the second value specifies the left and right margins.<br>- If you set three values, the first value specifies the top margin, the second value specifies the left and right margins, and the third value specifies the bottom margin.<br>- If you set four values, they respectively specify the margin for top, right, bottom, and left sides (in clockwise order).|
47e41f4b71Sopenharmony_ci| margin-[left\|top\|right\|bottom] | &lt;length&gt; \| &lt;percentage&gt;<sup>5+</sup> | 0 | No| Left, top, right, and bottom margins.|
48e41f4b71Sopenharmony_ci| border-width | &lt;length&gt; | 0 | No| Shorthand attribute to set the margin for all sides.|
49e41f4b71Sopenharmony_ci| border-color | &lt;color&gt; | black | No| Shorthand attribute to set the color for all borders.|
50e41f4b71Sopenharmony_ci| border-radius | &lt;length&gt; | - | No| Radius of round-corner borders.|
51e41f4b71Sopenharmony_ci| display | string | flex | No| How and whether to display the box containing an element. Available values are as follows:<br>- **flex**: flexible layout<br>- **none**: not rendered|
52e41f4b71Sopenharmony_ci| [left\|top] | &lt;length&gt; \| &lt;percentage&gt;<sup>6+</sup> | - | No| Edge of the element.<br>- **left**: left edge position of the element. This attribute defines the offset between the left edge of the margin area of a positioned element and left edge of its containing block.<br>- **top**: top edge position of the element. This attribute defines the offset between the top edge of a positioned element and that of a block included in the element.|
53e41f4b71Sopenharmony_ci
54e41f4b71Sopenharmony_ci>  **NOTE**
55e41f4b71Sopenharmony_ci> - If the values of **width** and **height** are different, the smaller value is used as the length of the QR code. The generated QR code is center displayed.
56e41f4b71Sopenharmony_ci>
57e41f4b71Sopenharmony_ci>- The minimum values of **width** and **height** are 200 px.
58e41f4b71Sopenharmony_ci
59e41f4b71Sopenharmony_ci
60e41f4b71Sopenharmony_ci## Example
61e41f4b71Sopenharmony_ci
62e41f4b71Sopenharmony_ci
63e41f4b71Sopenharmony_ci```html
64e41f4b71Sopenharmony_ci<!-- xxx.hml -->
65e41f4b71Sopenharmony_ci<div class="container">
66e41f4b71Sopenharmony_ci    <qrcode value="{{qr_value}}" class="qrCode" style="color: {{qr_col}};background-color: {{qr_bcol}};"></qrcode>
67e41f4b71Sopenharmony_ci    <input type="button" onclick="changeColor" class="button">Color</input>
68e41f4b71Sopenharmony_ci    <input type="button" onclick="changeBackgroundColor" class="button">BackgroundColor</input>
69e41f4b71Sopenharmony_ci    <input type="button" onclick="changeValue" class="button">Value</input>
70e41f4b71Sopenharmony_ci</div>
71e41f4b71Sopenharmony_ci```
72e41f4b71Sopenharmony_ci
73e41f4b71Sopenharmony_ci```css
74e41f4b71Sopenharmony_ci/* xxx.css */
75e41f4b71Sopenharmony_ci.container {
76e41f4b71Sopenharmony_ci  width: 100%;
77e41f4b71Sopenharmony_ci  height: 100%;
78e41f4b71Sopenharmony_ci  flex-direction: column;
79e41f4b71Sopenharmony_ci  justify-content: center;
80e41f4b71Sopenharmony_ci  align-items: center;
81e41f4b71Sopenharmony_ci}
82e41f4b71Sopenharmony_ci.qrCode {
83e41f4b71Sopenharmony_ci  width: 200px;
84e41f4b71Sopenharmony_ci  height: 200px;
85e41f4b71Sopenharmony_ci}
86e41f4b71Sopenharmony_ci.button {
87e41f4b71Sopenharmony_ci  width: 30%;
88e41f4b71Sopenharmony_ci  height: 10%;
89e41f4b71Sopenharmony_ci  margin-top: 5%;
90e41f4b71Sopenharmony_ci}
91e41f4b71Sopenharmony_ci```
92e41f4b71Sopenharmony_ci
93e41f4b71Sopenharmony_ci```javascript
94e41f4b71Sopenharmony_ci// xxx.js
95e41f4b71Sopenharmony_ciexport default {
96e41f4b71Sopenharmony_ci    data: {
97e41f4b71Sopenharmony_ci        qr_col: '#87ceeb',
98e41f4b71Sopenharmony_ci        qr_bcol: '#f0ffff',
99e41f4b71Sopenharmony_ci        qr_value: 'value'
100e41f4b71Sopenharmony_ci    },
101e41f4b71Sopenharmony_ci    changeColor() {
102e41f4b71Sopenharmony_ci        if (this.qr_col == '#87ceeb') {
103e41f4b71Sopenharmony_ci            this.qr_col = '#fa8072';
104e41f4b71Sopenharmony_ci        } else {
105e41f4b71Sopenharmony_ci            this.qr_col = '#87ceeb';
106e41f4b71Sopenharmony_ci        }
107e41f4b71Sopenharmony_ci    },
108e41f4b71Sopenharmony_ci    changeBackgroundColor() {
109e41f4b71Sopenharmony_ci        if (this.qr_bcol == '#f0ffff') {
110e41f4b71Sopenharmony_ci            this.qr_bcol = '#ffffe0';
111e41f4b71Sopenharmony_ci        } else {
112e41f4b71Sopenharmony_ci            this.qr_bcol = '#f0ffff';
113e41f4b71Sopenharmony_ci        }
114e41f4b71Sopenharmony_ci    },
115e41f4b71Sopenharmony_ci    changeValue() {
116e41f4b71Sopenharmony_ci        if (this.qr_value == 'value') {
117e41f4b71Sopenharmony_ci            this.qr_value = 'change';
118e41f4b71Sopenharmony_ci        } else {
119e41f4b71Sopenharmony_ci            this.qr_value = 'value';
120e41f4b71Sopenharmony_ci        }
121e41f4b71Sopenharmony_ci    }
122e41f4b71Sopenharmony_ci}
123e41f4b71Sopenharmony_ci```
124e41f4b71Sopenharmony_ci
125e41f4b71Sopenharmony_ci![qrcode](figures/qrcode-lite.gif)
126