Flowbite.ExtendedIcons 0.0.5-alpha

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

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

  1. Install the NuGet package:
dotnet add package Flowbite.Blazor.ExtendedIcons --prerelease
  1. 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
  • Email
  • 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 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

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