1# Button
2
3Buttons are bridges between the system and user behaviors.
4
5## How to Use
6
7- Use buttons when your user needs to trigger an operation.
8
9  ![image-8](figures/image-8.png)
10
11- Emphasize buttons on the screen through color filling.
12
13| ![image-10](figures/image-10.png) | ![48D55367-C85F-4BBF-A7BF-A716EB96BEB1](figures/48D55367-C85F-4BBF-A7BF-A716EB96BEB1.png)  |
14|  --------  |  --------  |
15
16Place the button text in the center, not on the left or right. Do not wrap the text.
17
18## Writing Instructions
19
20Display button text in a single line.
21
22## Resources
23
24For details about the development guide related to buttons, see [Button](../../application-dev/reference/arkui-ts/ts-basic-components-button.md).
25