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 11 12## Child Components 13 14 15This component supports only one child component. 16 17 18## APIs 19 20FlowItem() 21 22Ceates a child component in the **\<WaterFlow>** layout. 23 24 25## Attributes 26 27None 28 29## Example 30 31See [WaterFlow](ts-container-waterflow.md#example). 32