https://github.com/soenneker/soenneker.blazor.layouts.blank
A Blazor layout component inherits from LayoutComponentBase and defines a basic HTML structure that renders the content of child components within a main tag.
https://github.com/soenneker/soenneker.blazor.layouts.blank
blank blanklayout blazor csharp dotnet layout layoutcomponentbase layouts util
Last synced: 7 months ago
JSON representation
A Blazor layout component inherits from LayoutComponentBase and defines a basic HTML structure that renders the content of child components within a main tag.
- Host: GitHub
- URL: https://github.com/soenneker/soenneker.blazor.layouts.blank
- Owner: soenneker
- License: mit
- Created: 2025-03-25T19:04:52.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-25T19:08:56.000Z (7 months ago)
- Last Synced: 2025-03-25T19:26:44.010Z (7 months ago)
- Topics: blank, blanklayout, blazor, csharp, dotnet, layout, layoutcomponentbase, layouts, util
- Language: C#
- Homepage: https://soenneker.com
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.nuget.org/packages/soenneker.blazor.layouts.blank/)
[](https://github.com/soenneker/soenneker.blazor.layouts.blank/actions/workflows/publish-package.yml)
[](https://www.nuget.org/packages/soenneker.blazor.layouts.blank/)#  Soenneker.Blazor.Layouts.Blank
### A Blazor layout component inherits from LayoutComponentBase and defines a basic HTML structure that renders the content of child components within a main tag.## Installation
```
dotnet add package Soenneker.Blazor.Layouts.Blank
```