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.
 
 
 
 

18 lines
465 B

@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 {
}