finds.dev← search

// the find

dotnetcore/BootstrapBlazor

★ 4,827 · C# · Apache-2.0 · updated Jul 2026

Bootstrap Blazor is an enterprise-level UI component library based on Bootstrap and Blazor.

BootstrapBlazor is a large Blazor component library wrapping Bootstrap 5, aimed at internal enterprise apps — think admin panels, data grids, form-heavy dashboards. It's a .NET Foundation project with active daily commits and targets both Server and WebAssembly hosting models.

The component count is genuinely large: data grid with server-side pagination and virtual scrolling, DockView panel layouts, barcode generation, audio device access, and chart integration are all included where competing libraries stop at basic form inputs. Built-in localization support with JSON files for 10+ languages is ready to go without any extra wiring. The library tracks .NET releases aggressively — net10 is already a target, which matters if you're on the latest SDK. The demo site (blazor.zone) runs the actual library components live, which is far more useful than static screenshots for evaluating what you're getting.

The primary audience is clearly Chinese enterprise developers — most issues, discussions, and the primary README are in Chinese, and the QQ group is the main support channel. English documentation is sparse and often lags the API. The component API surface is enormous and poorly documented in English, so expect to read source or ask in a language barrier-constrained forum. Styling customization is limited: you're getting Bootstrap's theming system, which is fine for Bootstrap users but means fighting CSS specificity if your design system diverges at all. The library also ships its own bundled Bootstrap CSS and JS rather than letting you bring your own, which creates version lock and bundle bloat if you already have Bootstrap in your stack.

View on GitHub → Homepage ↗

// want more like this?

We dig through GitHub every week and send a few repos picked for what you actually care about — each with an honest take like this one.

Get finds in your inbox → Search again →