| Class | Properties | 
|---|---|
| justify-center | justify-content: center; | 
| justify-end | justify-content: flex-end; | 
| justify-space-around | justify-content: space-around; | 
| justify-space-between | justify-content: space-between; | 
| justify-space-evenly | justify-content: space-evenly; | 
| justify-start | justify-content: flex-start; | 
Basic Usage
Start
<MudPaper Class="d-flex justify-start flex-grow-1 gap-4" Elevation="0"> <MudPaper Class="mud-theme-primary" Width="64px" Height="64px"/> <MudPaper Class="mud-theme-primary" Width="64px" Height="64px"/> <MudPaper Class="mud-theme-primary" Width="64px" Height="64px"/> </MudPaper>