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.
13 lines
379 B
13 lines
379 B
@page "/layoutheader"
|
|
|
|
<FluentLabel Typo="Typography.H3">Header</FluentLabel>
|
|
<FluentDivider class="mt-1 mb-3" Role="DividerRole.Separator"/>
|
|
<FluentLabel Typo="Typography.Body">
|
|
The <code>FluentHeader</code> component is used to display a title.
|
|
</FluentLabel>
|
|
<FluentCard Width="auto" Height="auto">
|
|
<FluentHeader>Header text</FluentHeader>
|
|
</FluentCard>
|
|
@code {
|
|
|
|
}
|
|
|