### Centered align You can adjust the `` component flex alignment using the `center` prop. This will apply the `flex` property `align-items: center;` to the component. ```vue View ```