diff --git a/en/application-dev/reference/arkui-ts/ts-container-stack.md b/en/application-dev/reference/arkui-ts/ts-container-stack.md index c97e158c1f9d9320903cf5db3e51afbefa0d6602..ac0342c14706b9b0131c3cd0d2157ee946474074 100644 --- a/en/application-dev/reference/arkui-ts/ts-container-stack.md +++ b/en/application-dev/reference/arkui-ts/ts-container-stack.md @@ -1,11 +1,11 @@ # Stack -> ![icon-note.gif](public_sys-resources/icon-note.gif) **NOTE** +> **NOTE**
> This component is supported since API version 7. Updates will be marked with a superscript to indicate their earliest API version. -The **<Stack>** component provides a stack container where child components are successively stacked and the latter one overwrites the previous one. +The **** component provides a stack container where child components are successively stacked and the latter one overwrites the previous one. ## Required Permissions @@ -23,7 +23,7 @@ None Stack(value:{alignContent?: Alignment}) - Parameters - | Name | Type | Mandatory | Default Value | Description | + | Name | Type | Mandatory | Default Value | Description | | -------- | -------- | -------- | -------- | -------- | | alignContent | [Alignment](ts-appendix-enums.md#alignment-enums) | No | Center | Alignment of child components in the container. |