# Flow

The **flow** property changes the **flex-direction** property - accepting either **column** or **row** - allowing also the use of the aliases: **horizontal**, **vertical**, **h** and **v**.

Use this in conjunction with **flex** property, like the example below.