Go to file
Argo 3240d0584c !2450 feat(#I4UPFT): add ShowRadio parameter on Tree component
* doc: 更新参数说明文档
* chore: bump version 6.3.2
* feat: 增加点击 TreeNode 选中 Radio 功能
* doc: 增加显示单选框示例文档
* revert: 撤销示例更改
* doc: 更新注释文档
* feat: Tree 增加 GroupName 参数赋值
* feat: 移除 GroupName 级联参数
* doc: 添加 Tree 单选示例
* feat: 树形组件添加单选功能
* refactor: 指定 Radio 组件泛型类型
* feat: Radio 改为泛型组件
2022-02-22 05:07:37 +00:00
.gitee
.github !2359 test(#I4SACC): remove net 5 framework from unit test project 2022-01-26 07:52:19 +00:00
dist
scripts !1900 chore(#I4BU04): add clean method before bundle css and scripts 2021-09-26 02:10:21 +00:00
src !2450 feat(#I4UPFT): add ShowRadio parameter on Tree component 2022-02-22 05:07:37 +00:00
test !2448 test(#I4UMS2): add CardUpload unit test 2022-02-21 13:24:06 +00:00
.dockerignore
.editorconfig !2327 refactor(#I4R9DA): update popover.js javascript 2022-01-18 05:05:27 +00:00
.filenesting.json !1678 fix(#I43RIH): markdown not support set value in async 2021-08-03 14:57:27 +00:00
.gitattributes
.gitignore !1849 fix(#I48PF6): resolve not shown the preview Image on CardUpload component 2021-09-12 03:35:10 +00:00
.issuetracker
.tfignore
appveyor.yml
BootstrapBlazor.sln !2379 chore(#I4SLE2): add global using for solution 2022-02-03 03:35:30 +00:00
BootstrapBlazor.slnf !2130 test(#I4JTGK): localization unit test into localization test project 2021-11-25 08:28:29 +00:00
CHANGELOG.zh-CN.md docs: add link for changelog 5.0.22 2021-03-24 10:37:31 +08:00
Directory.Build.props !2379 chore(#I4SLE2): add global using for solution 2022-02-03 03:35:30 +00:00
LICENSE
NuGet.Config !1691 feat(#I44F4H): EditForm/InCell mode support Readonly parameter on Table component 2021-08-08 09:35:53 +00:00
README.md !2173 test(#I4L4IK): add unit test for Print 2021-12-05 01:55:40 +00:00
README.zh-CN.md !2173 test(#I4L4IK): add unit test for Print 2021-12-05 01:55:40 +00:00

Bootstrap Blazor Component

A set of enterprise-class UI components based on Bootstrap and Blazor.

License Nuget Nuget Repo Size Commit Date Github build codecov

English | 中文


Features

  • Enterprise-class UI designed for web applications.
  • A set of high-quality Blazor components out of the box.
  • Supports WebAssembly-based client-side and SignalR-based server-side UI event interaction.
  • Supports Progressive Web Applications (PWA).
  • Build with C#, a multi-paradigm static language for an efficient development experience.
  • .NET Standard 2.1 based, with direct reference to the rich .NET ecosystem.
  • Supports NET5. (Server-Side, WASM)
  • Seamless integration with existing ASP.NET Core MVC and Razor Pages projects.

Online Examples

website website

Installation Guide

Create a new project from the dotnet new template

  1. Install the template

dotnet new -i Bootstrap.Blazor.Templates::*

  1. Create the Boilerplate project with the template

dotnet new bbapp

Install Bootstrap Blazor Project Template

  1. Download Project Template

Microsoft Market link

  1. Double Click BootstrapBlazor.UITemplate.vsix

Import Bootstrap Blazor into an existing project

  1. Go to the project folder of the application and install the Nuget package reference

dotnet add package BootstrapBlazor

  1. Add the stylesheet javascripts file to your main index file - Pages/_Host.cshtml (Server) or wwwroot/index.html (WebAssembly)

HTML

<!DOCTYPE html>
<html lang="en">
<head>
    . . .
    <link rel="stylesheet" href="_content/BootstrapBlazor/css/bootstrap.blazor.bundle.min.css">
</head>
<body>
    . . .
    <script src="_framework/blazor.server.js"></script>
    <script src="_content/BootstrapBlazor/js/bootstrap.blazor.bundle.min.js"></script>
</body>
</html>
  1. Open the ~/Startup.cs file in the and register the Bootstrap Blazor service:

C#

namespace BootstrapBlazorAppName
{
    public class Startup
    {
        public void ConfigureServices(IServiceCollection services)
        {
            //more code may be present here
            services.AddBootstrapBlazor();
        }

        //more code may be present here
    }
}

Visual Studio Integration

To create a new Bootstrap Blazor UI for Blazor application, use the Create New Project Wizard. The wizard detects all installed versions of Bootstrap Blazor for Blazor and lists them in the Version combobox—this enables you to start your project with the desired version. You can also get the latest version to make sure you are up to date.

  1. Get the Wizard

To use the Create New Project Wizard, install the Bootstrap Blazor UI for Blazor Visual Studio Extensions. You can get it from the:

  • Visual Studio Marketplace (for Windows)
  1. Start the Wizard

To start the wizard, use either of the following approaches

Using the Project menu:

  • Click File > New > Project.
  • Find and click the C# Blazor Application option (you can use the search, or filter by Blazor templates).
  • Follow the wizard.

Supported browsers

chrome firefox edge ie Safari Andriod oper

Mobile devices

ios Andriod windows

Chrome Firefox Safari Android Browser & WebView Microsoft Edge
iOS Supported Supported Supported N/A Supported
Android Supported Supported N/A Android v5.0+ supported Supported
Windows 10 Mobile N/A N/A N/A N/A Supported

Desktop browsers

macOS linux windows

Chrome Firefox Internet Explorer Microsoft Edge Opera Safari
Mac Supported Supported N/A N/A Supported Supported
Linux Supported Supported N/A N/A N/A N/A
Windows Supported Supported Supported, IE11+ Supported Supported Not supported

Screenshots

Toggle Toast Upload Upload2 Bar Pei Doughnut

Contribution

  1. Fork
  2. Create Feat_xxx branch
  3. Commit
  4. Create Pull Request

Donate

If this project is helpful to you, please scan the QR code below for a cup of coffee.