DaisyUI.Blazor 0.0.1-beta

This is a prerelease version of DaisyUI.Blazor.
dotnet add package DaisyUI.Blazor --version 0.0.1-beta
NuGet\Install-Package DaisyUI.Blazor -Version 0.0.1-beta
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="DaisyUI.Blazor" Version="0.0.1-beta" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DaisyUI.Blazor --version 0.0.1-beta
#r "nuget: DaisyUI.Blazor, 0.0.1-beta"
#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.
// Install DaisyUI.Blazor as a Cake Addin
#addin nuget:?package=DaisyUI.Blazor&version=0.0.1-beta&prerelease

// Install DaisyUI.Blazor as a Cake Tool
#tool nuget:?package=DaisyUI.Blazor&version=0.0.1-beta&prerelease

Blazor DaisyUI Component Library

<div style="display: flex; justify-content: center;align-items: center;gap: 1rem;"> <img src="https://cdn.worldvectorlogo.com/logos/blazor.svg" alt="Blazor Logo" width="100"/> <span style="font-size: 2rem;"> + </span> <img src="https://s3-alpha.figma.com/hub/file/3709321768/b28165db-1eed-4f6a-9027-8f3317357e55-cover.png" alt="DaisyUI Logo" width="100"/> </div>

The Blazor DaisyUI Component Library is a set of components designed to seamlessly integrate with Tailwind CSS through the DaisyUI library. DaisyUI enhances Tailwind CSS by adding component class names, allowing you to create beautiful websites more efficiently.

Installation

Prerequisites

Before getting started, ensure that you have the following prerequisites:

Steps

  1. Install Tailwind CSS VS2022 Editor Support Extension:

    Ensure you have the "Tailwind CSS VS2022 Editor Support" extension installed in Visual Studio 2022. This extension provides auto-build support for Tailwind CSS files.

  2. Install DaisyUI as a Tailwind CSS Plugin:

    In your Blazor project, install DaisyUI as a plugin for Tailwind CSS. You can do this using the following command in your terminal:

    npm install -D tailwindcss && npx tailwindcss init && exit
    

    or using the extension double-click on the project and click "Setup with TailwindCSS"

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.0.1-beta 68 12/19/2023

This is a beta version, there are a lot of things i want to implement and optimize