# Content Direction
locked
responsive
group
This option controls the direction the content flows in. Note that for this to work, the parent component must be display: flex
- which is the default setting for most components.
Value | Description |
---|---|
Column | Content flows from top to bottom |
Reversed Row | Content flows from bottom to top |
Row | Content flows from left to right |
Reversed Column | Content flows from right to left |
# Side Effects
Changing this will reset the Content Wrapping option.