Soenneker.Blazor.Interops.Floating
4.0.40
Prefix Reserved
dotnet add package Soenneker.Blazor.Interops.Floating --version 4.0.40
NuGet\Install-Package Soenneker.Blazor.Interops.Floating -Version 4.0.40
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="Soenneker.Blazor.Interops.Floating" Version="4.0.40" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Blazor.Interops.Floating" Version="4.0.40" />
<PackageReference Include="Soenneker.Blazor.Interops.Floating" />
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 Soenneker.Blazor.Interops.Floating --version 4.0.40
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Soenneker.Blazor.Interops.Floating, 4.0.40"
#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 Soenneker.Blazor.Interops.Floating@4.0.40
#: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=Soenneker.Blazor.Interops.Floating&version=4.0.40
#tool nuget:?package=Soenneker.Blazor.Interops.Floating&version=4.0.40
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Soenneker.Blazor.Interops.Floating
A Blazor interop library for Floating UI
Installation
dotnet add package Soenneker.Blazor.Interops.Floating
Setup
Register services in Program.cs:
builder.Services.AddFloatingUiInteropAsScoped();
Inject the higher-level utility where you need it:
@inject IFloatingUiInterop Floating
Usage
Initialize the package once before first use:
await Floating.Initialize();
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | 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.
-
net10.0
- Soenneker.Asyncs.Initializers (>= 4.0.71)
- Soenneker.Blazor.Utils.ResourceLoader (>= 4.0.1698)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Soenneker.Blazor.Interops.Floating:
| Package | Downloads |
|---|---|
|
Soenneker.Blazor.Floating.Tooltips
A Blazor interop library using the modern library, floating-ui, for tooltips |
|
|
Soenneker.Blazor.Floating.Windows
A Blazor UI element for a drag and drop, overlayed window |
|
|
Soenneker.Bradix.Suite
Radix-style UI primitives, built for Blazor. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.0.40 | 819 | 7/21/2026 |
| 4.0.39 | 97 | 7/21/2026 |
| 4.0.38 | 103 | 7/20/2026 |
| 4.0.37 | 601 | 7/19/2026 |
| 4.0.36 | 171 | 7/19/2026 |
| 4.0.35 | 661 | 7/19/2026 |
| 4.0.34 | 95 | 7/19/2026 |
| 4.0.33 | 176 | 7/18/2026 |
| 4.0.32 | 436 | 7/18/2026 |
| 4.0.31 | 163 | 7/18/2026 |
| 4.0.30 | 214 | 7/17/2026 |
| 4.0.29 | 1,379 | 7/17/2026 |
| 4.0.28 | 103 | 7/17/2026 |
| 4.0.27 | 981 | 7/16/2026 |
| 4.0.26 | 109 | 7/16/2026 |
| 4.0.24 | 362 | 7/16/2026 |
| 4.0.23 | 1,039 | 7/15/2026 |
| 4.0.22 | 2,862 | 7/4/2026 |
| 4.0.21 | 3,302 | 6/21/2026 |
| 4.0.20 | 422 | 6/20/2026 |
Loading failed