LQVinh9 /
BlogBlazor
Web Blog - Where news always gets to users in the fastest way. The latest news is always updated. Tech: Blazor, C#, Entity Framework, SQLServer, HTML/CSS/JS, Bootstrap
27/100 healthLoading repository data…
dotnetcore / repository
Bootstrap Blazor is an enterprise-level UI component library based on Bootstrap and Blazor.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
English | 中文
dotnet add package BootstrapBlazor
_Imports.razor@using BootstrapBlazor.Components
MainLayout.razor<BootstrapBlazorRoot>
@Body
</BootstrapBlazorRoot>
it's either index.html or _Layout.cshtml/_Host.cshtml/App.razor depending on whether you're running WebAssembly or Server
<link rel="stylesheet" href="_content/BootstrapBlazor/css/bootstrap.blazor.bundle.min.css" />
<script src="_content/BootstrapBlazor/js/bootstrap.blazor.bundle.min.js"></script>
Program.csbuilder.Services.AddBootstrapBlazor();
<Display Value="@_text"></Display>
<Button Text="Button" OnClick="@ClickButton"></Button>
@code {
private string? _text;
private void ClickButton(MouseEventArgs e)
{
_text = DateTime.Now.ToString();
}
}
dotnet new install Bootstrap.Blazor.Templates::*
dotnet new bbapp
This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. For more information see the .NET Foundation Code of Conduct.
If this project is helpful to you, please scan the QR code below for a cup of coffee.
Thanks to JetBrains for providing free open source license
Selected from shared topics, language and repository description—not editorial ratings.
LQVinh9 /
Web Blog - Where news always gets to users in the fastest way. The latest news is always updated. Tech: Blazor, C#, Entity Framework, SQLServer, HTML/CSS/JS, Bootstrap
27/100 healthDamianCapdevila /
Welcome to the Nurse Practitioner Website! This website is designed to provide information about a nurse practitioner named Kathryn. The application was created using C# .NET and Blazor, with Bootstrap for styling.
32/100 healthrhindet /
This is my portafolio created with tech like : C#-Blazor-MVC-Bootstrap / html and css
bryceAM /
This is my portfolio I created with C#, Blazor, and Bootstrap.
37/100 healthaugustogutierrez288 /
This is a project developed in .NET 7 with Blazor Web Assembly. It is a FullStack E-Commerce programmed entirely with the C# language, applying styles with Bootstrap 5.1v and SQL Server as a database.
37/100 healthaerickson22 /
Mesozoic Eden is a Blazor-based Jurassic Park management system. Manage employees, dinosaurs, attractions, and tickets with secure login, responsive UI, and Entity Framework Core for data access. Built in C# with Bootstrap styling.
27/100 health