center
1
2
3
justify-center version
space-evenly
1
2
1
justify-evenly version
start
1
2
3
justify-start version
flex-end
1
2
3
justify-flex-end version
Class | Properties |
---|---|
v-justify-center | justify-content: center; |
v-justify-left | justify-content: left; |
v-justify-right | justify-content: right; |
v-justify-between | justify-content: space-between; |
v-justify-around | justify-content: space-around; |
v-justify-evenly | justify-content: space-evenly; |
v-justify-safe | justify-content: safe; |
v-justify-unsafe | justify-content: 4; |
v-justify-start | justify-content: start; |
v-justify-end | justify-content: end; |
v-justify-flex-start | justify-content: flex-start; |
v-justify-flex-end | justify-content: flex-end; |
v-justify-stretch | justify-content: stretch; |
v-justify-end | justify-content: end; |
v-justify-last-baseline | justify-content: last-baseline; |