# Alignment
locked
responsive
group
This option controls the positioning of a component along its content direction axis. Note that for this to work, the parent component must be display: flex
- which is the default setting for most components. Additionally, there must be enough surrounding space for the component to move around in.
Value | Description |
---|---|
Left | Moves the component to the left |
Center | Moves the component to the center |
Right | Moves the component to the right |
# Side Effects
None.
# CSS Properties
# Eligible Components
All components except: