All Projects → loogn → bulmarazor

loogn / bulmarazor

Licence: MIT License
BulmaRazor is a component library built on top of Bulma and Blazor.

Programming Languages

HTML
75241 projects
javascript
184084 projects - #8 most used programming language
C#
18002 projects
CSS
56736 projects

Projects that are alternatives of or similar to bulmarazor

Awesome Blazor
Resources for Blazor, a .NET web framework using C#/Razor and HTML that runs in the browser with WebAssembly.
Stars: ✭ 6,063 (+11339.62%)
Mutual labels:  razor, blazor
SdvCodeWebsite
Simeon Valev - Personal Blog - Developed on ASP.NET Core MVC - Server-Side Blazor - See README.md file for more information
Stars: ✭ 38 (-28.3%)
Mutual labels:  razor, blazor
Blazorise
Blazorise is a component library built on top of Blazor with support for CSS frameworks like Bootstrap, Bulma, AntDesign, and Material.
Stars: ✭ 2,103 (+3867.92%)
Mutual labels:  bulma, blazor
Razor.SweetAlert2
A Razor class library for interacting with SweetAlert2
Stars: ✭ 98 (+84.91%)
Mutual labels:  razor, blazor
RazorComponents.Markdown
Razor component for Markdown rendering.
Stars: ✭ 30 (-43.4%)
Mutual labels:  razor, blazor
Blazor-CRUD
Simple CRUD application using C#/Blazor
Stars: ✭ 25 (-52.83%)
Mutual labels:  razor, blazor
blazor-docs
Public Documentation for Telerik UI for Blazor components.
Stars: ✭ 42 (-20.75%)
Mutual labels:  razor, blazor
AspNetCore6Experiments
ASP.NET Core Blazor BFF with Azure AD and Razor page
Stars: ✭ 43 (-18.87%)
Mutual labels:  razor, blazor
toast ui.blazor calendar
Toast UI Calendar Wrapper For Blazor
Stars: ✭ 42 (-20.75%)
Mutual labels:  razor, blazor
Blazor.PersianDatePicker
A free JavaScript Jalali (Persian) and Gregorian (Miladi) dual datepicker library for Blazor applications
Stars: ✭ 40 (-24.53%)
Mutual labels:  razor, blazor
blazor-ui
A collection of examples related to Telerik UI for Blazor Components: https://www.telerik.com/blazor-ui
Stars: ✭ 182 (+243.4%)
Mutual labels:  razor, blazor
BlazorDemo
Demo application for my writings about Blazor
Stars: ✭ 79 (+49.06%)
Mutual labels:  razor, blazor
AzureMapsControl.Components
Razor Components for azure-maps-control
Stars: ✭ 13 (-75.47%)
Mutual labels:  razor, blazor
Blazor.Diagrams
A fully customizable and extensible all-purpose diagrams library for Blazor
Stars: ✭ 327 (+516.98%)
Mutual labels:  blazor
personal-website
My personal website
Stars: ✭ 117 (+120.75%)
Mutual labels:  bulma
TODO-List-Tech-Module
TODO List (in C#, Java, JS and PHP) - Exam Preparation for the Tech Module @ SoftUni (August 2017)
Stars: ✭ 13 (-75.47%)
Mutual labels:  razor
BlazorDB
In memory, persisted to localstorage, database for .net Blazor browser framework
Stars: ✭ 74 (+39.62%)
Mutual labels:  blazor
FF1Randomizer
A randomizer for Final Fantasy 1 on the NES.
Stars: ✭ 72 (+35.85%)
Mutual labels:  blazor
TextEditor
Rich text editor for Blazor applications - Uses Quill JS
Stars: ✭ 156 (+194.34%)
Mutual labels:  blazor
bulma-responsive-tables
Responsive tables component for Bulma CSS framework
Stars: ✭ 30 (-43.4%)
Mutual labels:  bulma

BulmaRazor Component

A set of lightweight component libraries based on Bulma and Blazor.

Nuget Nuget Github Repo Size Commit Date


English | 中文


Features

  • 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.

Installation Guide

Install the Nuget package reference

Install-Package BulmaRazor

Usage

  • 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>

Demo

website

Screenshots

Log in to view

Log in to view

Log in to view

Log in to view

Log in to view

Log in to view

Log in to view

Agreement

Gitee license

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.

Resources

References

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].