Flowbite 0.0.11-alpha
dotnet add package Flowbite --version 0.0.11-alpha
NuGet\Install-Package Flowbite -Version 0.0.11-alpha
<PackageReference Include="Flowbite" Version="0.0.11-alpha" />
<PackageVersion Include="Flowbite" Version="0.0.11-alpha" />
<PackageReference Include="Flowbite" />
paket add Flowbite --version 0.0.11-alpha
#r "nuget: Flowbite, 0.0.11-alpha"
#addin nuget:?package=Flowbite&version=0.0.11-alpha&prerelease
#tool nuget:?package=Flowbite&version=0.0.11-alpha&prerelease
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
- Install the NuGet package:
dotnet add package Flowbite.Blazor --prerelease
- Install TailwindCSS (if not already installed):
npm install -D tailwindcss
npx tailwindcss init
- Add Flowbite plugin to your tailwind.config.js:
module.exports = {
content: [
'./**/*.{razor,html,cshtml}',
'./node_modules/flowbite/**/*.js'
],
plugins: [
require('flowbite/plugin')
],
darkMode: 'class',
safelist: [
"md:bg-transparent",
"md:block",
"md:border-0",
"md:dark:hover:bg-transparent",
"md:dark:hover:text-white",
"md:flex-row",
"md:font-medium",
"md:hidden",
"md:hover:bg-transparent",
"md:hover:text-primary-700",
"md:mt-0",
"md:p-0",
"md:space-x-8",
"md:text-primary-700",
"md:text-sm",
"md:w-auto"
],
}
- 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 | Versions 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. |
-
net8.0
- Microsoft.AspNetCore.Components.Web (>= 8.0.0)
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 | 296 | 4/5/2025 |
0.0.9-alpha | 449 | 2/8/2025 |
0.0.8-alpha | 110 | 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 | 32 | 1/15/2025 |
0.0.1-alpha.4 | 45 | 1/14/2025 |