English | 中文
- Lightweight 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.
- .NET5 based, with direct reference to the rich .NET ecosystem.
- Seamless integration with existing ASP.NET Core MVC and Razor Pages projects.
Install the Nuget package reference
Install-Package BulmaRazor
- Add BulmaRazor Service
services.AddBulmaRazor();
- Add Style and Scripts in _Host.cshtml or index.html
<!--bulma.min.css can replace with customer bulma css--> <link href="_content/BulmaRazor/bulma.min.css" rel="stylesheet"/> <link href="_content/BulmaRazor/bulmarazor.min.css" rel="stylesheet" /> <script src="_content/BulmaRazor/bulmarazor.min.js"></script>
- Import the Namespace in _Imports.razor
@using BulmaRazor.Components
- Get started
<Button Color="Color.Primary">Click</Button>
- Fork
- Create Feat_xxx branch
- Commit
- Create Pull Request
If this project is helpful to you, please scan the QR code below for a cup of coffee.