Flowbite 0.0.9-alpha

This is a prerelease version of Flowbite.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Flowbite --version 0.0.9-alpha
                    
NuGet\Install-Package Flowbite -Version 0.0.9-alpha
                    
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="Flowbite" Version="0.0.9-alpha" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Flowbite" Version="0.0.9-alpha" />
                    
Directory.Packages.props
<PackageReference Include="Flowbite" />
                    
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 Flowbite --version 0.0.9-alpha
                    
#r "nuget: Flowbite, 0.0.9-alpha"
                    
#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.
#addin nuget:?package=Flowbite&version=0.0.9-alpha&prerelease
                    
Install Flowbite as a Cake Addin
#tool nuget:?package=Flowbite&version=0.0.9-alpha&prerelease
                    
Install Flowbite as a Cake Tool

Flowbite Blazor Components

Flowbite component library for ASP.NET Blazor 8.0, providing a comprehensive set of UI components styled with TailwindCSS. This library is a port of the popular Flowbite React library, bringing its beautiful design system to the Blazor ecosystem.

Installation

  1. Install the NuGet package:
dotnet add package Flowbite.Blazor --prerelease
  1. Install TailwindCSS (if not already installed):
npm install -D tailwindcss
npx tailwindcss init
  1. Add Flowbite plugin to your tailwind.config.js:
module.exports = {
    content: [
        './**/*.{razor,html,cshtml}',
        './node_modules/flowbite/**/*.js'
    ],
    plugins: [
        require('flowbite/plugin')
    ],
    darkMode: 'class'
}
  1. Add imports to your _Imports.razor:
@using Flowbite
@using Flowbite.Components

Basic Usage

<Button Color="ButtonColor.Primary" Size="ButtonSize.Large">
    Click me!
</Button>

<Alert Color="AlertColor.Info">
    This is an info alert!
</Alert>

<Tooltip Text="This is a tooltip">
    <Button>Hover me</Button>
</Tooltip>

Available Components

  • Button - Customizable button component with various styles and sizes
  • Alert - Contextual feedback messages
  • Card - Flexible content container
  • Tooltip - Add tooltips to any element
  • Spinner - Loading indicators
  • Badge - Small count and labeling components
  • Avatar - User profile pictures or initials
  • Breadcrumb - Navigation aid
  • Sidebar - Responsive side navigation
  • Navbar - Top navigation bar
  • Dropdown - Interactive dropdown menus

Features

  • 🎨 TailwindCSS Integration
  • 🌙 Dark Mode Support
  • ♿ Built-in Accessibility
  • 📱 Responsive Design
  • 🚀 Native Blazor Events
  • 🎯 Strong Typing
  • 📖 XML Documentation

Additional Icons

Looking for more icons? Check out our Flowbite.Blazor.ExtendedIcons package!

Documentation

For detailed documentation and examples, visit our GitHub repository.

License

This project is licensed under the MIT License.

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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  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.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Flowbite:

Package Downloads
Flowbite.ExtendedIcons

Extended icon set for Flowbite.Blazor, providing additional SVG icons as Blazor components.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.0.11-alpha 109 6/14/2025
0.0.10-alpha 297 4/5/2025
0.0.9-alpha 449 2/8/2025
0.0.8-alpha 111 1/21/2025
0.0.7-alpha 105 1/18/2025
0.0.6-alpha 54 1/18/2025
0.0.5-alpha 58 1/17/2025
0.0.4-alpha 60 1/16/2025
0.0.3-alpha 162 1/16/2025
0.0.2-alpha 41 1/15/2025
0.0.1-alpha.6 33 1/15/2025
0.0.1-alpha.4 45 1/14/2025