You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

16 lines
467 B

@page "/layoutbodycontent"
<FluentLabel Typo="Typography.H3">BodyContent</FluentLabel>
<FluentDivider class="mt-1 mb-3" Role="DividerRole.Separator" />
<FluentLabel Typo="Typography.Body">
The <code>BodyContent</code> component is a placeholder for where actual site content needs to be shown.
</FluentLabel>
<FluentCard Width="auto" Height="auto">
<FluentBodyContent>
This is some body content.
</FluentBodyContent>
</FluentCard>
@code {
}