Justify Content

Controlling how flex and grid items are positioned along a container's main axis.

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>
Applying conditionally

Copyright © 2020-2024 MudBlazor.

Powered by .NET 8.0.8

An error has occurred. This application may no longer respond until reloaded. Reload 🗙