Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork364
Bootstrap Blazor is an enterprise-level UI component library based on Bootstrap and Blazor.
License
dotnetcore/BootstrapBlazor
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
English |中文
This project is part of the.NET Foundation and operates under theircode of conduct.
- Install .net SDKOfficial website
- Install Visual Studio latestOfficial website
dotnet add package BootstrapBlazor@using BootstrapBlazor.Components<BootstrapBlazorRoot> @Body</BootstrapBlazorRoot>
it's eitherindex.html or_Layout.cshtml/_Host.cshtml/App.razor depending on whether you're running WebAssembly or Server
<linkrel="stylesheet"href="_content/BootstrapBlazor/css/bootstrap.blazor.bundle.min.css"/>
<scriptsrc="_content/BootstrapBlazor/js/bootstrap.blazor.bundle.min.js"></script>
builder.Services.AddBootstrapBlazor();
<DisplayValue="@_text"></Display><ButtonText="Button"OnClick="@ClickButton"></Button>@code{privatestring?_text;privatevoidClickButton(MouseEventArgse){_text=DateTime.Now.ToString();}}
- Install the template
dotnet new install Bootstrap.Blazor.Templates::*- Create the Boilerplate project with the template
dotnet new bbapp- Fork
- Create Feat_xxx branch
- Commit
- Create Pull Request
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 toJetBrains for providing free open source license
About
Bootstrap Blazor is an enterprise-level UI component library based on Bootstrap and Blazor.
Topics
Resources
License
Code of conduct
Contributing
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
Uh oh!
There was an error while loading.Please reload this page.

