1# FlowItem
2
3
4**FlowItem** is a child component of the [WaterFlow](ts-container-waterflow.md) container and is used to display specific items in the container layout.
5
6
7> **NOTE**
8>
9> - This component is supported since API version 9. Updates will be marked with a superscript to indicate their earliest API version.
10> - This component can be used only as a child of [WaterFlow](ts-container-waterflow.md).
11
12
13## Child Components
14
15
16This component supports only one child component.
17
18
19## APIs
20
21FlowItem()
22
23Ceates a child component in the **WaterFlow** layout.
24
25**Atomic service API**: This API can be used in atomic services since API version 11.
26
27**System capability**: SystemCapability.ArkUI.ArkUI.Full
28
29## Attributes
30
31None
32
33## Example
34
35See [WaterFlow](ts-container-waterflow.md#example).
36