DaisyBlazor.Components 0.1.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package DaisyBlazor.Components --version 0.1.2
                    
NuGet\Install-Package DaisyBlazor.Components -Version 0.1.2
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DaisyBlazor.Components" Version="0.1.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DaisyBlazor.Components" Version="0.1.2" />
                    
Directory.Packages.props
<PackageReference Include="DaisyBlazor.Components" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add DaisyBlazor.Components --version 0.1.2
                    
#r "nuget: DaisyBlazor.Components, 0.1.2"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package DaisyBlazor.Components@0.1.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=DaisyBlazor.Components&version=0.1.2
                    
Install as a Cake Addin
#tool nuget:?package=DaisyBlazor.Components&version=0.1.2
                    
Install as a Cake Tool

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, an Icons.Material.* tree) so existing MudBlazor apps can migrate incrementally.
  • A parameter-driven ThemeProvider for 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • 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.

Version Downloads Last Updated
0.2.1 0 6/8/2026
0.2.0 33 6/7/2026
0.1.6 132 6/5/2026
0.1.5 56 6/4/2026
0.1.4 49 6/4/2026
0.1.3 48 6/4/2026
0.1.2 52 6/4/2026
0.1.1 41 6/4/2026
0.1.0 45 6/4/2026