MainLayout
The FluentMainLayout
component offers a framework for a layout of a page in a site
Example
MainLayout
Fluent UI Components
A subheader here
Lorum ipsum...
Download:
Documentation
FluentMainLayout Class
Parameters
Name | Type | Default | Description |
---|---|---|---|
Body | RenderFragment? | Gets or sets the content of the body. | |
Header | RenderFragment? | Gets or sets the header content. | |
HeaderHeight | int? | 50 | Gets or sets the height of the header (in pixels). |
NavMenuContent | RenderFragment? | Gets or sets the content of the navigation menu. | |
NavMenuTitle | string? | Gets or sets the title of the navigation menu. | |
NavMenuWidth | int | 200 | Gets or sets the width of the navigation menu. |
SubHeader | RenderFragment? | Gets or sets the sub header content. |