Ivy.Widgets.Leaflet
1.3.21
dotnet add package Ivy.Widgets.Leaflet --version 1.3.21
NuGet\Install-Package Ivy.Widgets.Leaflet -Version 1.3.21
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="Ivy.Widgets.Leaflet" Version="1.3.21" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Ivy.Widgets.Leaflet" Version="1.3.21" />
<PackageReference Include="Ivy.Widgets.Leaflet" />
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 Ivy.Widgets.Leaflet --version 1.3.21
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Ivy.Widgets.Leaflet, 1.3.21"
#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 Ivy.Widgets.Leaflet@1.3.21
#: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=Ivy.Widgets.Leaflet&version=1.3.21
#tool nuget:?package=Ivy.Widgets.Leaflet&version=1.3.21
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Ivy.Widgets.Leaflet
Custom Ivy external widgets.
Getting Started
Install frontend dependencies:
cd frontend npm installBuild the frontend:
npm run buildBuild the project:
dotnet build
Creating New Widgets
- Create a new C# record inheriting from
WidgetBase<T>with the[ExternalWidget]attribute - Create a corresponding React component in
frontend/src/ - Export the component from
frontend/src/index.ts
Widget Structure
- C# Widget: Define props with
[Prop]and events with[Event]attributes - React Component: Receives props and can call back to C# via the event handler
Example Usage
// In your Ivy app
new Map("Hello World")
| 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
- Ivy (>= 1.3.21)
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 |
|---|---|---|
| 1.3.21 | 104 | 8/18/2026 |
| 1.3.20 | 111 | 8/13/2026 |
| 1.3.17 | 110 | 8/2/2026 |
| 1.3.16 | 128 | 7/28/2026 |
| 1.3.15 | 110 | 7/26/2026 |
| 1.3.13 | 115 | 7/25/2026 |
| 1.3.12 | 118 | 7/23/2026 |
| 1.3.11 | 108 | 7/23/2026 |
| 1.3.10 | 110 | 7/18/2026 |
| 1.3.9 | 118 | 7/14/2026 |
| 1.3.8 | 121 | 7/10/2026 |
| 1.3.7 | 120 | 7/10/2026 |
| 1.3.6 | 113 | 7/3/2026 |
| 1.3.5 | 115 | 7/3/2026 |
| 1.3.4 | 112 | 7/2/2026 |
| 1.3.3 | 109 | 7/2/2026 |
| 1.3.2 | 114 | 7/2/2026 |
| 1.3.1 | 123 | 6/29/2026 |
| 1.3.0 | 124 | 6/29/2026 |
| 1.2.72 | 122 | 6/27/2026 |
Loading failed