DaisyBlazor.Components
0.2.1
dotnet add package DaisyBlazor.Components --version 0.2.1
NuGet\Install-Package DaisyBlazor.Components -Version 0.2.1
<PackageReference Include="DaisyBlazor.Components" Version="0.2.1" />
<PackageVersion Include="DaisyBlazor.Components" Version="0.2.1" />
<PackageReference Include="DaisyBlazor.Components" />
paket add DaisyBlazor.Components --version 0.2.1
#r "nuget: DaisyBlazor.Components, 0.2.1"
#:package DaisyBlazor.Components@0.2.1
#addin nuget:?package=DaisyBlazor.Components&version=0.2.1
#tool nuget:?package=DaisyBlazor.Components&version=0.2.1
DaisyBlazor.Components
A Tailwind CSS v4 + daisyUI v5 component kit for Blazor (Server or WebAssembly). It gives you:
- 60+ daisyUI-native components mapped to daisyUI's own taxonomy (Actions, Data display, Navigation, Feedback, Data input, Layout, Mockup).
- A MudBlazor-compatible API surface (
Button,Card,Table, dialog & snackbar services, anIcons.Material.*tree) so existing MudBlazor apps can migrate incrementally. - A parameter-driven
ThemeProviderfor daisyUI's 35 built-in themes plus your own. - A shippable CSS preset (
styles/preset.css) so wiring Tailwind + daisyUI is a single@import.
Install
dotnet add package DaisyBlazor.Components
npm install -D tailwindcss @tailwindcss/cli daisyui
Wire up
Program.cs:
builder.Services.AddDaisyBlazor();
_Imports.razor:
@using DaisyBlazor
@using DaisyBlazor.Theming
Your main.css:
@import "tailwindcss";
@import "daisyblazor/preset.css"; /* daisyUI plugin + themes + safelist */
@source "../../**/DaisyBlazor.Components/**/*.{razor,cs}"; /* see styles/README.md */
See the repository docs for theming, the MudBlazor migration guide, and the full component reference.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on DaisyBlazor.Components:
| Package | Downloads |
|---|---|
|
DaisyBlazor.Charts
Dependency-free, theme-aware SVG charts for Blazor: line, area, bar, pie, donut and sparkline components rendered as pure inline SVG. Colors follow the active daisyUI v5 theme via CSS custom properties (--color-primary, etc.) with zero charting runtime dependency. |
GitHub repositories
This package is not used by any popular GitHub repositories.