Dash.NET.Suave 0.2.0-alpha.1

This is a prerelease version of Dash.NET.Suave.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Dash.NET.Suave --version 0.2.0-alpha.1
NuGet\Install-Package Dash.NET.Suave -Version 0.2.0-alpha.1
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="Dash.NET.Suave" Version="0.2.0-alpha.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Dash.NET.Suave --version 0.2.0-alpha.1
#r "nuget: Dash.NET.Suave, 0.2.0-alpha.1"
#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.
// Install Dash.NET.Suave as a Cake Addin
#addin nuget:?package=Dash.NET.Suave&version=0.2.0-alpha.1&prerelease

// Install Dash.NET.Suave as a Cake Tool
#tool nuget:?package=Dash.NET.Suave&version=0.2.0-alpha.1&prerelease

A Suave backend implementation for Dash.NET

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Dash.NET.Suave:

Package Downloads
Dash.NET.Interactive

A Dash.NET visualizer extension for Dot NET Interactive

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.2.0-alpha.5 199 10/14/2021
0.2.0-alpha.4 126 10/14/2021
0.2.0-alpha.3 150 10/13/2021
0.2.0-alpha.2 146 10/12/2021
0.2.0-alpha.1 145 10/5/2021

The Dash.NET backend has been separated into a core project and 2 backend implementations for Giraffe (Dash.NET.Giraffe) and Suave (Dash.NET.Suave)
Dash.NET.Giraffe**
[Create Dash.NET backend implementation for Giraffe](https://github.com/plotly/Dash.NET/pull/24)
Dash.NET.Suave**
[Create Dash.NET backend implementation for Suave](https://github.com/plotly/Dash.NET/pull/24)
Dash.NET** (core)
[Add DashTable (Known issue with deserializing properties)](https://github.com/plotly/Dash.NET/commit/bd453994192b219c397f35afd221b1994b46c2c2)
[Add Markdown core component](https://github.com/plotly/Dash.NET/commit/cd9fe348b7a3e5f7e92ddd513531139c097a5eda)
[Add Checklist core component](https://github.com/plotly/Dash.NET/commit/d7860b4e968506d14f694cf927115a17debc7783)
[Add Interval core component](https://github.com/plotly/Dash.NET/commit/afa5c245da5291d3a075e0811c9de97067953406)
[Add Location core component](https://github.com/plotly/Dash.NET/commit/a65629b79a64ae5d5144386700a60091b5239b4c)
[Add Slider core component](https://github.com/plotly/Dash.NET/commit/f440d9f9fa65e02d6415c5534f2e2e9b31e42f30)
[Add component generation](https://github.com/plotly/Dash.NET/pull/16)
[Auto open some common submodules](https://github.com/plotly/Dash.NET/commit/552ea0ea151abfe8e6495dcb713bff86dbbb47e9)
[Use Feliz.Engine for HTML and CSS DSL - thanks [@kaashyapan](https://github.com/kaashyapan)](https://github.com/plotly/Dash.NET/commit/6fb16df9a22caa754afe596f286107225d5c320c)
[Target .NET 5](https://github.com/plotly/Dash.NET/commit/03e5f2a6cdbcd29bd8d6cccda83399bbc3b3a756)
[Enable callback evaluation for boxed IConvertible sequences as well](https://github.com/plotly/Dash.NET/commit/49fcae9b281d0124013ab9b6b8b50eeb96875a88)
[Vastly refactor callback, add multi-output callbacks](https://github.com/plotly/Dash.NET/commit/66ba10d93aebeed550c3bbbfa5f4e640057e5cee)
[Add custom operators and the CallbackBinding type](https://github.com/plotly/Dash.NET/commit/a75eac6ee30e475f0653e8aa2f05fc30c9ac39dd)
[Init Component Property DSL](https://github.com/plotly/Dash.NET/commit/4ee018ff94676751f972392b0daf31e1254d5dc1)
[Improve type safety/conversion for callback functions](https://github.com/plotly/Dash.NET/commit/78439fb9f974b20514c2d8f696cb4126f9a67807)
[Add rudimentary support for HTML components](https://github.com/plotly/Dash.NET/commit/42f846417cc811d379a0635493dc8c176a356297)
[Add possibility to add custom CSS/scripts to the Dash app](https://github.com/plotly/Dash.NET/commit/0a812476afa0f31b9c698cd4ee1a1e3ff40a7a62)
[Add Tabs and Tab core components]()
[Auto generate id for callback registration](https://github.com/plotly/Dash.NET/commit/0b9cd854b6c42463523199048130a729558ccbc5)
[Prevent initial callback calls per default](https://github.com/plotly/Dash.NET/commit/a9e6c632dfa8736afb055a3340b6513490ea6d23)
[Add Store core component](https://github.com/plotly/Dash.NET/commit/0b9cd854b6c42463523199048130a729558ccbc5)
[Add RadioItems core component](https://github.com/plotly/Dash.NET/commit/9010769db4fc65f496ece6ed47c0113a6d6f5b28)