• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
26## Attributes
27
28None
29
30## Example
31
32See [WaterFlow](ts-container-waterflow.md#example).
33