Flare.Components 0.32.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Flare.Components --version 0.32.0
                    
NuGet\Install-Package Flare.Components -Version 0.32.0
                    
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="Flare.Components" Version="0.32.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Flare.Components" Version="0.32.0" />
                    
Directory.Packages.props
<PackageReference Include="Flare.Components" />
                    
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 Flare.Components --version 0.32.0
                    
#r "nuget: Flare.Components, 0.32.0"
                    
#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.
#:package Flare.Components@0.32.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Flare.Components&version=0.32.0
                    
Install as a Cake Addin
#tool nuget:?package=Flare.Components&version=0.32.0
                    
Install as a Cake Tool

Flare.Components

160+ production-ready Blazor UI components - inputs, buttons, layout, navigation, data display, feedback and overlays - with runtime theme switching and zero third-party CSS dependencies.

Install

dotnet add package Flare.Components
dotnet add package Flare.Theme.MaterialDesign3Expressive   # a theme is required

Use

// Program.cs
builder.Services.AddFlare(opts => opts.DefaultTheme = new MaterialDesign3ExpressiveTheme());

<link rel="stylesheet" href="_content/Flare.Components/css/flare-components.css" />
<FlareThemeProvider>
    <FlareButton Variant="ButtonVariant.Filled">Click me</FlareButton>
</FlareThemeProvider>

Add-on packages extend this with more components: Flare.Components.Barcode, .Carousel, .IDE, .Kanban, .Media, .QrCode, .Query, .RichTextEditor, .Transfer.

Repository & docs: https://github.com/jrfrigat/Flare - MIT licensed.

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 is compatible.  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 is compatible.  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 (10)

Showing the top 5 NuGet packages that depend on Flare.Components:

Package Downloads
Flare.Blazor

Flare - theme-agnostic Blazor component library driven by a semantic token engine. 130+ components with zero baked-in styling and zero third-party CSS dependencies: build your own design system, or use one of seven preset design systems shipped as independent, optional packages (Flare.Theme.*) - reference only the ones you want.

Flare.Components.QrCode

Flare QrCode component for the Flare Blazor component library.

Flare.Components.Media

Flare media components - VideoPlayer and SignaturePad for the Flare Blazor component library.

Flare.Components.Kanban

Flare Kanban component for the Flare Blazor component library.

Flare.Components.IDE

IDE layout components for the Flare Blazor component library - ribbon, document tabs, tool panels, splitter, status bar

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.41.0 72 9/24/2026
0.40.0 130 9/23/2026
0.39.0 236 9/21/2026
0.38.0 271 9/19/2026
0.37.0 372 9/13/2026
0.36.0 235 9/13/2026
0.35.0 263 9/12/2026
0.34.0 243 9/11/2026
0.33.0 274 9/7/2026
0.32.0 258 9/6/2026
0.31.0 258 9/5/2026
0.30.0 248 9/4/2026
0.29.0 260 9/4/2026
0.28.0 257 9/4/2026
0.27.0 257 9/3/2026
0.26.3 266 9/3/2026
0.26.2 255 8/31/2026
0.26.1 255 8/31/2026
0.26.0 252 8/30/2026
0.25.0 236 8/29/2026
Loading failed