diff --git a/en/application-dev/reference/arkui-js/js-components-basic-button.md b/en/application-dev/reference/arkui-js/js-components-basic-button.md index 771a5a55404f5bccfab8350837e74dc049bdc298..6e9378efe275d52ea6e28a4e51baa6170f5d6a7c 100644 --- a/en/application-dev/reference/arkui-js/js-components-basic-button.md +++ b/en/application-dev/reference/arkui-js/js-components-basic-button.md @@ -1,340 +1,89 @@ -# button +# button -The **** component includes capsule, circle, text, arc, and download buttons. +> **NOTE** +> +> This component is supported since API version 4. Updates will be marked with a superscript to indicate their earliest API version. -## Child Components +The **\ @@ -346,7 +95,7 @@ When the button type is **download**, the following methods are supported. ``` -``` +```css /* xxx.css */ .div-button { flex-direction: column; @@ -389,8 +138,8 @@ When the button type is **download**, the following methods are supported. } ``` -``` -// xxx.js +```js +// xxx.js export default { data: { count: 5, @@ -407,5 +156,4 @@ export default { } ``` -![](figures/1.png) - +![1](figures/1.png)