page structure fix, checkbox
This commit is contained in:
18
BlazorFluentUI/Components/Pages/Layouts/LayoutFooter.razor
Normal file
18
BlazorFluentUI/Components/Pages/Layouts/LayoutFooter.razor
Normal 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 {
|
||||
|
||||
}
|
Reference in New Issue
Block a user