Align Items

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

Class Properties
align-baseline align-items: baseline;
align-center align-items: center;
align-end align-items: flex-end;
align-start align-items: flex-start;
align-stretch align-items: stretch;
Basic Usage
Start

<MudPaper Class="d-flex align-start flex-grow-1 gap-4" Elevation="0">
    <MudPaper Class="py-8 d-flex flex-1 mud-theme-primary"/>
    <MudPaper Class="py-16 d-flex flex-1 mud-theme-primary"/>
    <MudPaper Class="py-12 d-flex flex-1 mud-theme-primary"/>
</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 🗙