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  10 11- Emphasize buttons on the screen through color filling. 12 13|  |  | 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