page structure fix, checkbox

This commit is contained in:
2024-07-08 10:44:01 +09:00
parent 991b0de353
commit f21b467afb
14 changed files with 114 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
@page "/layoutfooter"
<FluentLabel Typo="Typography.H3">Footer</FluentLabel>
<FluentDivider class="mt-1 mb-3" Role="DividerRole.Separator" />
<FluentLabel Typo="Typography.Body">
The <code>FluentFooter</code> component is used to display a footer at the bottom.
</FluentLabel>
<FluentCard Width="auto" Height="auto">
<FluentFooter>
Footer start text
<FluentSpacer />
Footer end text
</FluentFooter>
</FluentCard>
@code {
}