Flex Grow

Utilities for controlling how flex items grow.

Class Properties
flex-grow-0 flex-grow: 0;
flex-grow-1 flex-grow: 1;
Basic Usage
Grow

<div class="d-flex flex-grow-1 gap-4">
    <MudPaper Class="py-8 mud-theme-primary" Width="64px" Elevation="0"/>
    <MudPaper Class="flex-grow-1 py-8 mud-theme-primary" Width="64px" Elevation="0"/>
    <MudPaper Class="py-8  mud-theme-primary" Width="64px" Elevation="0"/>
</div>
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 🗙