page structure fix, checkbox
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
@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 {
|
||||
|
||||
}
|
Reference in New Issue
Block a user