Flowbite.ExtendedIcons
0.0.5-alpha
dotnet add package Flowbite.ExtendedIcons --version 0.0.5-alpha
NuGet\Install-Package Flowbite.ExtendedIcons -Version 0.0.5-alpha
<PackageReference Include="Flowbite.ExtendedIcons" Version="0.0.5-alpha" />
<PackageVersion Include="Flowbite.ExtendedIcons" Version="0.0.5-alpha" />
<PackageReference Include="Flowbite.ExtendedIcons" />
paket add Flowbite.ExtendedIcons --version 0.0.5-alpha
#r "nuget: Flowbite.ExtendedIcons, 0.0.5-alpha"
#addin nuget:?package=Flowbite.ExtendedIcons&version=0.0.5-alpha&prerelease
#tool nuget:?package=Flowbite.ExtendedIcons&version=0.0.5-alpha&prerelease
Flowbite Blazor Extended Icons
Additional icon components package for Flowbite.Blazor, providing a comprehensive set of SVG icons as Blazor components. This package extends the core Flowbite.Blazor library with a rich collection of commonly used icons.
Installation
- Install the NuGet package:
dotnet add package Flowbite.Blazor.ExtendedIcons --prerelease
- Add imports to your _Imports.razor:
@using Flowbite.ExtendedIcons
Basic Usage
Icons can be used directly as components:
<AngleDownIcon class="w-6 h-6" />
<BellActiveIcon class="w-6 h-6 text-blue-500" />
<BookmarkIcon class="w-6 h-6 dark:text-white" />
Features
- 🎨 Color Inheritance - Icons inherit text color by default
- 📏 Flexible Sizing - Control size via CSS classes
- 🌙 Dark Mode Support - Works seamlessly with dark mode
- ♿ Accessibility - Built-in ARIA attributes
- 📦 Optimized - Individual components for tree-shaking
- 🎯 Strong Typing - Full IntelliSense support
Available Icons
The package includes over 100 commonly used icons, including:
UI Elements
- Angle (Down, Up, Left, Right)
- Caret (Down, Up, Left, Right)
- Chevron (Double variants)
- Arrow variants
- Sort indicators
Actions
- Add/Delete
- Edit/Pen
- Copy/Paste
- Search
- Download/Upload
- Refresh/Sync
Objects
- Files (Various types)
- Folders
- Documents
- Images
- Media
Communication
- Bell/Notifications
- Chat/Messages
- Share
Status
- Check/Success
- Warning
- Error
- Information
- Loading
Customization
Icons can be customized using standard CSS classes:
<BookIcon class="w-4 h-4" />
<BookIcon class="w-6 h-6" />
<BookIcon class="w-8 h-8" />
<BookIcon class="text-blue-500" />
<BookIcon class="text-gray-700 dark:text-gray-200" />
<BookIcon class="transition-colors hover:text-blue-600" />
Requirements
- Flowbite.Blazor (core package)
- ASP.NET Core 8.0 or later
- TailwindCSS
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
- Flowbite (>= 0.0.11-alpha)
- Microsoft.AspNetCore.Components.Web (>= 8.0.0)
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.5-alpha | 98 | 6/14/2025 |
0.0.4-alpha | 152 | 4/5/2025 |
0.0.3-alpha | 456 | 1/16/2025 |
0.0.2-alpha | 32 | 1/15/2025 |
0.0.1-alpha.6 | 31 | 1/15/2025 |
0.0.1-alpha.4 | 45 | 1/14/2025 |