Lines Matching refs:button
1 # button chapter
4 The **\<button>** component includes capsule, circle, and text buttons.
21 …button is displayed. Unlike the capsule button, the capsule-like button allows its corners to be c…
22 | value | string | - | No| Text value of the button. This attribute is unavailable for circle butto…
23 | icon | string | - | No| Path of the button icon. The supported icon formats are JPG, PNG, and SVG…
24 …button icon in text. This attribute is valid only when **type** is not set. Available values are a…
25 …iting | boolean | false | No| Whether the button is in waiting state. The value **true** means tha…
39 | text-color | <color> | - | No| Text color of the button.|
40 | font-size | <length> | - | No| Font size of the button.|
41 | font-style | string | normal | No| Font style of the button.|
42 | font-weight | number \| string | normal | No| Font weight of a button. For details, see the **fon…
44 …o| Width of the internal icon of a circle button. By default, the icon takes up the entire width o…
45 …| Height of the internal icon of a circle button. By default, the icon takes up the entire height …
46 …<length> | - | No| Radius of a circle button or fillet radius of a capsule button. For a cir…
61 <div class="div-button">
62 <button class="button" type="capsule" value="Capsule button"></button>
63 <button class="button circle" type="circle" icon="common/ic_add_default.png"></button>
64 <button class="button text" type="text">Text button</button>
71 .div-button {
75 .button {
94 